Files
turso/perf/latency/rusqlite/Cargo.toml
Pekka Enberg 617f95c7b6 Update clap to 4.5
The Github dependabot complains about anstream, which comes through `clap`:

https://github.com/tursodatabase/limbo/security/dependabot/8
2024-12-11 14:39:27 +02:00

12 lines
198 B
TOML

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