cuddle-v2/crates/cuddle/Cargo.toml
kjuulh 02dd805db4
feat: add command get for doing queries
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-08-25 22:13:50 +02:00

20 lines
401 B
TOML

[package]
name = "cuddle"
edition = "2021"
version.workspace = true
[dependencies]
anyhow.workspace = true
tokio.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
clap.workspace = true
dotenv.workspace = true
serde = { version = "1.0.197", features = ["derive"] }
uuid = { version = "1.7.0", features = ["v4"] }
toml = "0.8.19"
fs_extra = "1.3.0"
serde_json = "1.0.127"