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

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