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.

27 lines
537B

  1. [package]
  2. name = "templates"
  3. version = "0.1.0"
  4. authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
  5. edition = "2018"
  6. [dependencies]
  7. tera = "1"
  8. base64 = "0.11"
  9. lazy_static = "1"
  10. pulldown-cmark = "0.7"
  11. toml = "0.5"
  12. csv = "1"
  13. image = "0.23"
  14. serde_json = "1.0"
  15. reqwest = { version = "0.10", features = ["blocking"] }
  16. url = "2"
  17. errors = { path = "../errors" }
  18. utils = { path = "../utils" }
  19. library = { path = "../library" }
  20. config = { path = "../config" }
  21. imageproc = { path = "../imageproc" }
  22. [dev-dependencies]
  23. mockito = "0.23"