Files
turso/perf/throughput/rusqlite/Cargo.toml
2025-09-14 18:29:03 -03:00

12 lines
238 B
TOML

[package]
name = "write-throughput-sqlite"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "write-throughput-sqlite"
path = "src/main.rs"
[dependencies]
rusqlite = { workspace = true }
clap = { version = "4.0", features = ["derive"] }