You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Cargo.toml 430B

6 years ago
6 years ago
12345678910111213141516171819202122
  1. [package]
  2. name = "content"
  3. version = "0.1.0"
  4. authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
  5. [dependencies]
  6. tera = "0.11"
  7. serde = "1"
  8. slug = "0.1"
  9. rayon = "1"
  10. chrono = "0.4"
  11. errors = { path = "../errors" }
  12. config = { path = "../config" }
  13. utils = { path = "../utils" }
  14. rendering = { path = "../rendering" }
  15. front_matter = { path = "../front_matter" }
  16. [dev-dependencies]
  17. tempfile = "3"
  18. toml = "0.4"
  19. globset = "0.4"