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

  1. [package]
  2. name = "library"
  3. version = "0.1.0"
  4. authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
  5. [dependencies]
  6. slotmap = "0.2"
  7. rayon = "1"
  8. chrono = { version = "0.4", features = ["serde"] }
  9. tera = "0.11"
  10. serde = "1"
  11. serde_derive = "1"
  12. slug = "0.1"
  13. front_matter = { path = "../front_matter" }
  14. config = { path = "../config" }
  15. utils = { path = "../utils" }
  16. rendering = { path = "../rendering" }
  17. errors = { path = "../errors" }
  18. [dev-dependencies]
  19. tempfile = "3"
  20. toml = "0.4"
  21. globset = "0.4"