Files
turso/core/mvcc/database/Cargo.toml
Pekka Enberg 22042612d5 Concurrency test
The test is disabled because it triggers an assertion in the MVCC
implementation.
2023-04-12 11:45:15 +03:00

17 lines
285 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"] }
shuttle = "0.6.0"
[[bench]]
name = "my_benchmark"
harness = false