16 lines
374 B
TOML
16 lines
374 B
TOML
[package]
|
|
name = "app"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
askama = "0.12.1"
|
|
askama_axum = "0.4.0"
|
|
axum = "0.7.5"
|
|
listenfd = "1.0.1"
|
|
notify = "6.1.1"
|
|
serde = { version = "1.0.204", features = ["derive"] }
|
|
tokio = { version = "1.39.1", features = ["macros", "rt-multi-thread"] }
|
|
tower-http = { version = "0.5.2", features = ["fs"] }
|
|
tower-livereload = "0.9.3"
|