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

  1. [package]
  2. name = "site"
  3. version = "0.1.0"
  4. authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
  5. edition = "2018"
  6. [dependencies]
  7. tera = "1"
  8. glob = "0.3"
  9. rayon = "1"
  10. serde = "1"
  11. serde_derive = "1"
  12. sass-rs = "0.2"
  13. errors = { path = "../errors" }
  14. config = { path = "../config" }
  15. utils = { path = "../utils" }
  16. templates = { path = "../templates" }
  17. front_matter = { path = "../front_matter" }
  18. search = { path = "../search" }
  19. imageproc = { path = "../imageproc" }
  20. library = { path = "../library" }
  21. link_checker = { path = "../link_checker" }
  22. [dev-dependencies]
  23. tempfile = "3"