diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2,11 +2,12 @@ name = "progcp" version = "0.1.0" edition = "2021" +author = "Nathan P. Reiner" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.81" -kdam = "0.5.1" -tokio = { version = "1.37.0", features = ["full"] } +clap = { version = "4.5.4", features = ["derive"] } +tokio = { version = "1.41.0", features = ["full"] } walkdir = "2.5.0" |