mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-06 17:54:20 +01:00
11 lines
211 B
TOML
11 lines
211 B
TOML
[package]
|
|
name = "rusqlite-connection-benchmark"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5", features = ["derive"] }
|
|
hdrhistogram = "7.5.2"
|
|
rusqlite.workspace = true
|
|
|
|
[workspace] |