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

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