summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 765dec74e39c78892af9f5400e3e7cc005e6c8b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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" }