[package] name = "vcs-blog" version = "0.1.0" edition = "2021" description = "Blog engine running on version control system to store articles" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] actix-web = "4" actix-files = "0.6.1" chrono = "0.4" fern = "0.6" git2 = "0.14.4" log = "0.4" pulldown-cmark = "0.9" walkdir = "2.3.2"