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.

20 lines
387B

  1. [package]
  2. name = "content"
  3. version = "0.1.0"
  4. authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
  5. [dependencies]
  6. tera = "0.10"
  7. serde = "1.0"
  8. slug = "0.1"
  9. rayon = "0.8"
  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"