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.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/mkfs.aya/Cargo.toml b/mkfs.aya/Cargo.toml
index 930feb7..36745ef 100644
--- a/mkfs.aya/Cargo.toml
+++ b/mkfs.aya/Cargo.toml
@@ -5,6 +5,8 @@ edition = "2021"
[dependencies]
ayafs-core = { path = "../ayafs-core" }
+log = "0.4.20"
+env_logger = "0.10.1"
users = "0.11.0"
clap = { version = "4.4.10", features = ["derive"] }
nix = { version = "0.27.1", features = ["ioctl"] }