[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" log = "0.4" fern = "0.6" chrono = "0.4"