mirror of
https://github.com/Drop-OSS/droplet.git
synced 2025-11-10 04:22:16 +10:00
unix depending import
This commit is contained in:
@ -9,12 +9,14 @@ use std::{
|
||||
collections::HashMap,
|
||||
fs::File,
|
||||
io::{BufRead, BufReader},
|
||||
os::unix::fs::PermissionsExt,
|
||||
path::Path,
|
||||
sync::{Arc, Mutex},
|
||||
};
|
||||
use uuid::Uuid;
|
||||
|
||||
#[cfg(unix)]
|
||||
use std::os::unix::fs::PermissionsExt;
|
||||
|
||||
pub mod file_utils;
|
||||
pub mod manifest;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user