summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 88a3fe423a9b63b76d37a03bac89a6d9eef362ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
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"
clap = { version = "4.5.4", features = ["derive"] }
tokio = { version = "1.41.0", features = ["full"] }
walkdir = "2.5.0"