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.

17 lines
360B

  1. [package]
  2. name = "templates"
  3. version = "0.1.0"
  4. authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
  5. [dependencies]
  6. tera = "0.10"
  7. base64 = "0.7"
  8. lazy_static = "0.2"
  9. pulldown-cmark = "0"
  10. errors = { path = "../errors" }
  11. utils = { path = "../utils" }
  12. content = { path = "../content" }
  13. config = { path = "../config" }
  14. taxonomies = { path = "../taxonomies" }