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

  1. [package]
  2. name = "site"
  3. version = "0.1.0"
  4. authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
  5. [dependencies]
  6. tera = "0.10"
  7. glob = "0.2"
  8. walkdir = "1"
  9. rayon = "0.8"
  10. errors = { path = "../errors" }
  11. config = { path = "../config" }
  12. utils = { path = "../utils" }
  13. templates = { path = "../templates" }
  14. front_matter = { path = "../front_matter" }
  15. pagination = { path = "../pagination" }
  16. taxonomies = { path = "../taxonomies" }
  17. content = { path = "../content" }
  18. [dev-dependencies]
  19. tempdir = "0.3"