From 238f8a0b5ddc3a129de4df0d5a7e93077c2b4749 Mon Sep 17 00:00:00 2001 From: Nicolas Antinori Date: Sat, 26 Oct 2024 11:43:18 -0300 Subject: [PATCH] Upload Cargo.toml --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 = []