mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 20:14:21 +01:00
17 lines
461 B
TOML
17 lines
461 B
TOML
[package]
|
|
name = "encryption-throughput"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[[bin]]
|
|
name = "encryption-throughput"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
turso = { workspace = true }
|
|
clap = { workspace = true, features = ["derive"] }
|
|
tokio = { workspace = true, default-features = true, features = ["full"] }
|
|
futures = { workspace = true }
|
|
tracing-subscriber = { workspace = true }
|
|
rand = { workspace = true, features = ["small_rng"] }
|
|
hex = { workspace = true } |