summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: cfded297dfcc2e303d67bb23b40d046633f8b3ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "obnam-benchmark"
version = "0.1.0"
authors = ["Lars Wirzenius <liw@liw.fi>"]
edition = "2018"

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

[dependencies]
serde = { version = "1.0.101", features = ["derive"] }
serde_json = "1.0.72"
serde_yaml = "0.8.21"

[build-dependencies]
glob = "0.3.0"
subplot-build = "0.1.0"

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