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.

24 lines
487B

  1. [package]
  2. name = "rendering"
  3. version = "0.1.0"
  4. authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
  5. [dependencies]
  6. tera = "0.11"
  7. syntect = "2"
  8. pulldown-cmark = "0"
  9. slug = "0.1"
  10. serde = "1"
  11. serde_derive = "1"
  12. pest = "1"
  13. pest_derive = "1"
  14. errors = { path = "../errors" }
  15. front_matter = { path = "../front_matter" }
  16. highlighting = { path = "../highlighting"}
  17. utils = { path = "../utils" }
  18. config = { path = "../config" }
  19. [dev-dependencies]
  20. templates = { path = "../templates" }