summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 042f8cf41bc45f33220193d9cfec0b81f64714c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "cachedir"
version = "0.1.0"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dev-dependencies]
fehler = "1.0.0"
subplotlib = "0.4.1"

[build-dependencies]
subplot-build = "0.4.0"

[dependencies]
anyhow = "1.0.56"
clap = { version = "3.1.6", features = ["derive"] }
walkdir = "2.3.2"