From fd125947c9db0b33761414e65e919f73d9bf1815 Mon Sep 17 00:00:00 2001 From: Chuyan Zhang Date: Thu, 30 Nov 2023 12:01:11 -0800 Subject: Refactor workspace --- mkfs.aya/Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mkfs.aya/Cargo.toml') 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 -- cgit v1.2.3-70-g09d2