summaryrefslogtreecommitdiff
path: root/mkfs.aya/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'mkfs.aya/Cargo.toml')
-rw-r--r--mkfs.aya/Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/mkfs.aya/Cargo.toml b/mkfs.aya/Cargo.toml
index c75e3cb..930feb7 100644
--- a/mkfs.aya/Cargo.toml
+++ b/mkfs.aya/Cargo.toml
@@ -4,5 +4,8 @@ version = "0.1.0"
edition = "2021"
[dependencies]
+ayafs-core = { path = "../ayafs-core" }
users = "0.11.0"
-clap = { version = "4.4.10", features = ["derive"] } \ No newline at end of file
+clap = { version = "4.4.10", features = ["derive"] }
+nix = { version = "0.27.1", features = ["ioctl"] }
+libc = "0.2.150" \ No newline at end of file