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.

22 lines
418B

  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. errors = { path = "../errors" }
  11. config = { path = "../config" }
  12. utils = { path = "../utils" }
  13. rendering = { path = "../rendering" }
  14. front_matter = { path = "../front_matter" }
  15. [dev-dependencies]
  16. tempdir = "0.3"
  17. toml = "0.4"
  18. globset = "0.3.0"