From f75555508819b02df06fb79c20d7ad23be8ecda6 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Sat, 30 Mar 2024 00:00:44 +0100 Subject: init commit --- Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') 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" -- cgit v1.2.3-70-g09d2