aboutsummaryrefslogtreecommitdiff
path: root/src/crates/benchmarker/Cargo.toml
blob: a42127b8117ed61a19c5b648f536fb737ad4aaf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "candelabra-benchmarker"
version = "0.1.0"
edition = "2021"

[dependencies]
criterion = "0.3"

log = { workspace = true }

serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
rand = { workspace = true }

primrose-library = { path = "../library" }

[dev-dependencies]
env_logger = { workspace = true }

[[bench]]
name = "vec"
harness = false