[package] name = "cbax_dev" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] askama = { version = "0.12.1", features = ["with-axum"] } askama_axum = "0.4.0" axum = "0.7.7" axum-server-timing = "1.0.1" comrak = "0.29.0" gray_matter = "0.2.8" notify = "6.1.1" rand = "0.8.5" rip_shuffle = "0.2.0" serde = { version = "1.0.213", features = ["derive"] } serde_json = "1.0.132" syntect = "5.2.0" tokio = { version = "1.41.0", features = ["full"] } tower = "0.5.1" tower-http = { version = "0.6.1", features = ["full"] } tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } two-face = "0.4.0" walkdir = "2.5.0"