summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: d5e7816f0afa1600412e712a01c2670974c77e27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "progcp"
version = "0.1.0"
edition = "2021"

# 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"] }
walkdir = "2.5.0"