mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-04 17:04:18 +01:00
12 lines
204 B
TOML
12 lines
204 B
TOML
[package]
|
|
name = "rusqlite-multitenancy"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5", features = ["derive"] }
|
|
hdrhistogram = "7.5.2"
|
|
rusqlite.workspace = true
|
|
|
|
[workspace]
|