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
460B

  1. [package]
  2. name = "rendering"
  3. version = "0.1.0"
  4. authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
  5. [dependencies]
  6. tera = "0.10"
  7. regex = "0.2"
  8. lazy_static = "0.2"
  9. syntect = { version = "1", features = ["static-onig"] }
  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. utils = { path = "../utils" }
  17. [dev-dependencies]
  18. templates = { path = "../templates" }