summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: e3f238747dc099a4240daab8d916f4f03f41b291 (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 = "2021"

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

[dev-dependencies]
subplotlib = { path = "/home/liw/pers/subplot/git/subplotlib" }
fehler = "1.0.0"

[build-dependencies]
subplot-build = { path = "/home/liw/pers/subplot/git/subplot-build" }

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