Cargo.toml 296 B

1234567891011
  1. [package]
  2. name = "vcs-blog"
  3. version = "0.1.0"
  4. edition = "2021"
  5. description = "Blog engine running on version control system to store articles"
  6. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  7. [dependencies]
  8. actix-web = "4"
  9. log = "0.4"
  10. fern = "0.6"