Files
turso/perf/latency/limbo/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

16 lines
269 B
TOML

[package]
name = "limbo-multitenancy"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.5", features = ["derive"] }
env_logger = "0.11.0"
hdrhistogram = "7.5.2"
limbo_core = { path = "../../../core" }
[profile.release]
debug = true
[workspace]