diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-03-30 00:00:44 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-03-30 00:00:44 +0100 |
| commit | f75555508819b02df06fb79c20d7ad23be8ecda6 (patch) | |
| tree | 1b114533ce81bb61be4100bf356f132ddde05429 /Cargo.toml | |
init commit
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..d5e7816 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,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" |