mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-20 00:24:20 +01:00
22 lines
422 B
TOML
22 lines
422 B
TOML
[package]
|
|
name = "mvcc-rs"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.70"
|
|
parking_lot = "0.12.1"
|
|
thiserror = "1.0.40"
|
|
tracing = "0.1.37"
|
|
|
|
[dev-dependencies]
|
|
criterion = { version = "0.4", features = ["html_reports"] }
|
|
pprof = { version = "0.11.1", features = ["criterion", "flamegraph"] }
|
|
shuttle = "0.6.0"
|
|
tracing-subscriber = "0"
|
|
tracing-test = "0"
|
|
|
|
[[bench]]
|
|
name = "my_benchmark"
|
|
harness = false
|