Files
turso/core/mvcc/database/Cargo.toml
Piotr Sarna 05ee98971b add tracing
2023-04-14 09:30:28 +02:00

20 lines
376 B
TOML

[package]
name = "mvcc-rs"
version = "0.0.0"
edition = "2021"
[dependencies]
anyhow = "1.0.70"
rustyline = "11.0.0"
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"
[[bench]]
name = "my_benchmark"
harness = false