Cargo.toml (293B)
1 [package] 2 name = "css-system-colors" 3 version = "0.1.0" 4 edition = "2021" 5 6 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 7 8 [dependencies] 9 askama = "0.12.1" 10 askama_axum = "0.4.0" 11 axum = "0.7.4" 12 tokio = { version = "1.36.0", features = ["full"] }