cuddle-v2/crates/cuddle/Cargo.toml
kjuulh a4213ea61f
feat: add bare
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-08-23 21:51:42 +02:00

20 lines
531 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
axum.workspace = true
serde = { version = "1.0.197", features = ["derive"] }
sqlx = { version = "0.7.3", features = ["runtime-tokio", "tls-rustls", "postgres", "uuid", "time"] }
uuid = { version = "1.7.0", features = ["v4"] }
tower-http = { version = "0.5.2", features = ["cors", "trace"] }