mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-22 17:34:27 +01:00
17 lines
285 B
TOML
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 |