Files
turso/perf/latency/rusqlite/Cargo.toml
Pekka Enberg 1e3a441486 perf/latency: Fix rusqlite benchmark build
Add an empty workspace section to detach the build from the Limbo
workspace.
2024-07-22 22:10:06 +03:00

12 lines
200 B
TOML

[package]
name = "rusqlite-multitenancy"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.4.2", features = ["derive"] }
hdrhistogram = "7.5.2"
rusqlite = "0.29.0"
[workspace]