mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-04 08:54:20 +01:00
The Github dependabot complains about anstream, which comes through `clap`: https://github.com/tursodatabase/limbo/security/dependabot/8
16 lines
269 B
TOML
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]
|