calathea/Cargo.toml

16 lines
323 B
TOML

[package]
name = "calathea"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = "0.7.9"
chrono = "0.4.39"
r2d2 = "0.8.10"
r2d2_sqlite = "0.25.0"
serde = { version = "1.0.217", features = ["derive"] }
tera = "1.20.0"
tokio = { version = "1.42.0", features = ["full"] }
tracing = "0.1.41"
tracing-subscriber = "0.3.19"