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.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/mkfs.aya/Cargo.toml b/mkfs.aya/Cargo.toml
new file mode 100644
index 0000000..c75e3cb
--- /dev/null
+++ b/mkfs.aya/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "mkayafs"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+users = "0.11.0"
+clap = { version = "4.4.10", features = ["derive"] } \ No newline at end of file