[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"