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.

22 lines
433B

  1. [package]
  2. name = "templates"
  3. version = "0.1.0"
  4. authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
  5. [dependencies]
  6. tera = "0.11"
  7. base64 = "0.10"
  8. lazy_static = "1"
  9. pulldown-cmark = "0.2"
  10. toml = "0.4"
  11. csv = "1"
  12. serde_json = "1.0"
  13. reqwest = "0.9"
  14. url = "1.5"
  15. errors = { path = "../errors" }
  16. utils = { path = "../utils" }
  17. library = { path = "../library" }
  18. config = { path = "../config" }
  19. imageproc = { path = "../imageproc" }