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.

26 lines
547B

  1. [package]
  2. name = "site"
  3. version = "0.1.0"
  4. authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
  5. [dependencies]
  6. tera = "0.11"
  7. glob = "0.2"
  8. walkdir = "2"
  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. pagination = { path = "../pagination" }
  19. taxonomies = { path = "../taxonomies" }
  20. content = { path = "../content" }
  21. [dev-dependencies]
  22. tempdir = "0.3"