mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-17 07:04:20 +01:00
19 lines
357 B
TOML
19 lines
357 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"
|
|
|
|
[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
|