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.

25 lines
531B

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