2024-07-23 20:08:45 +02:00
|
|
|
[package]
|
2024-07-24 21:59:24 +02:00
|
|
|
name = "app"
|
2024-07-23 20:08:45 +02:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
askama = "0.12.1"
|
|
|
|
askama_axum = "0.4.0"
|
|
|
|
axum = "0.7.5"
|
2024-08-23 19:46:28 +02:00
|
|
|
axum-htmx = { version = "0.6", features = ["auto-vary"] }
|
2024-08-08 22:14:11 +02:00
|
|
|
listenfd = "1.0.1"
|
2024-08-08 22:19:24 +02:00
|
|
|
notify = "6.1.1"
|
2024-08-05 00:15:28 +02:00
|
|
|
serde = { version = "1.0.204", features = ["derive"] }
|
2024-08-14 10:40:41 +02:00
|
|
|
thiserror = "1.0.63"
|
2024-07-24 14:08:58 +02:00
|
|
|
tokio = { version = "1.39.1", features = ["macros", "rt-multi-thread"] }
|
2024-07-23 20:08:45 +02:00
|
|
|
tower-http = { version = "0.5.2", features = ["fs"] }
|
2024-08-08 22:19:24 +02:00
|
|
|
tower-livereload = "0.9.3"
|
2024-08-09 01:29:59 +02:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
cargo-watch = "8.5.1"
|
|
|
|
systemfd = "0.4.0"
|