Skip to content

Commit

Permalink
Upload Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoan committed Oct 26, 2024
1 parent f9f0c18 commit 238f8a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ authors = [
"Nicolas <[email protected]>",
]
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"
Expand All @@ -25,4 +26,5 @@ stage0 = []
stage1 = []
stage2 = []
stage3 = []
stage4 = []
stage5 = []

0 comments on commit 238f8a0

Please sign in to comment.