18 lines
483 B
TOML
18 lines
483 B
TOML
[package]
|
|
name = "mascarpone"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
maud = { version = "0.27.0", features = ["axum"] }
|
|
anyhow = "1.0.100"
|
|
axum = { version = "0.8.6", features = ["macros"] }
|
|
axum-htmx = "0.8.1"
|
|
sqlx = { version = "0.8", features = ["runtime-tokio", "tls-rustls-aws-lc-rs"] }
|
|
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] }
|
|
tower-sessions = "0.14.0"
|
|
listenfd = "1.0.2"
|
|
|
|
[dev-dependencies]
|
|
cargo-watch = "8.5.3"
|
|
systemfd = "0.4.6"
|