summaryrefslogtreecommitdiff
path: root/mkfs.aya/Cargo.toml
diff options
context:
space:
mode:
authorChuyan Zhang <me@zcy.moe>2023-11-30 02:15:06 -0800
committerChuyan Zhang <me@zcy.moe>2023-11-30 02:15:06 -0800
commit1eac97eea4ec0bcef0be061a2cba93a584355283 (patch)
treed98fb1f6e3811286a0733c9df21e467590635ad2 /mkfs.aya/Cargo.toml
parentb3db8a5a710aa0890c80241ffb3fd9792bf1cbe7 (diff)
downloadmyfs-1eac97eea4ec0bcef0be061a2cba93a584355283.tar.gz
myfs-1eac97eea4ec0bcef0be061a2cba93a584355283.zip
Add real disk i/o, add mkfs.aya (not yet implemented)
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