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.

23 lines
465B

  1. [package]
  2. name = "rendering"
  3. version = "0.1.0"
  4. authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
  5. [dependencies]
  6. tera = "0.11.0-beta"
  7. regex = "0.2"
  8. lazy_static = "1"
  9. syntect = "2"
  10. pulldown-cmark = "0"
  11. slug = "0.1"
  12. serde = "1.0"
  13. serde_derive = "1.0"
  14. errors = { path = "../errors" }
  15. front_matter = { path = "../front_matter" }
  16. highlighting = { path = "../highlighting"}
  17. utils = { path = "../utils" }
  18. [dev-dependencies]
  19. templates = { path = "../templates" }