diff --git a/Cargo.toml b/Cargo.toml index 434b508..e00309a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,12 +7,13 @@ authors = [ "Nicolas ", ] edition = "2021" +description = "A tiny version of ls command" [dependencies] anyhow = "1.0" bytes = "1.3" +clap = { version = "4.5.20", features = ["derive"] } thiserror = "1.0" -clap = "4.5.20" [dev-dependencies] rstest = "0.23.0" @@ -25,4 +26,5 @@ stage0 = [] stage1 = [] stage2 = [] stage3 = [] +stage4 = [] stage5 = []