muttermilch/Cargo.toml
2025-08-20 00:32:25 +02:00

13 lines
410 B
TOML

[package]
name = "muttermilch"
version = "0.1.0"
edition = "2024"
[dependencies]
askama = "0.14.0"
axum = "0.8.4"
sqlx = { version = "0.8.6", features = ["sqlite", "derive", "runtime-tokio", "tls-rustls", "macros", "uuid", "time"] }
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] }
tower-http = { version = "0.6.6", features = ["fs"] }
uuid = { version = "1.18.0", features = ["v4"] }