From 4c34414b26bf71e747ea3ecb2586645bab4aba52 Mon Sep 17 00:00:00 2001 From: Chuyan Zhang Date: Fri, 1 Dec 2023 19:42:13 -0800 Subject: Multiple bugfix, it works! --- mkfs.aya/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mkfs.aya/Cargo.toml') 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"] } -- cgit v1.2.3-70-g09d2