From fd125947c9db0b33761414e65e919f73d9bf1815 Mon Sep 17 00:00:00 2001 From: Chuyan Zhang Date: Thu, 30 Nov 2023 12:01:11 -0800 Subject: Refactor workspace --- ayafs-core/Cargo.toml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 ayafs-core/Cargo.toml (limited to 'ayafs-core/Cargo.toml') diff --git a/ayafs-core/Cargo.toml b/ayafs-core/Cargo.toml new file mode 100644 index 0000000..8e12bf5 --- /dev/null +++ b/ayafs-core/Cargo.toml @@ -0,0 +1,25 @@ +[package] +name = "ayafs-core" +version = "0.1.0" +edition = "2021" +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[lib] +name = "aya" +path = "src/lib.rs" + +[[bin]] +name = "ayafs_cli" +path = "src/bin/main.rs" + +[dependencies] +and_then_some = "1.0.0" +bitflags = "2.4.1" +clap = { version = "4.4.10", features = ["derive"] } +env_logger = "0.10.1" +fuser = "0.14.0" +indexmap = "2.1.0" +libc = "0.2.150" +log = "0.4.20" +lru = "0.12.1" +users = "0.11.0" -- cgit v1.2.3-70-g09d2