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

  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 = "1.0.0-alpha.3"
  10. serde = "1"
  11. serde_derive = "1"
  12. slug = "0.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.4"
  23. globset = "0.4"