[package] name = "tlccreations" version = "0.1.0" edition = "2021" [dependencies] askama = "0.12.1" askama_axum = "0.4.0" axum = "0.7.7" axum-server = "0.7.1" tokio = { version = "1.41.1", features = ["full"] } tower-http = { version = "0.6.1", features = ["full"] } tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }