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

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