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.

17 lines
357B

  1. [package]
  2. name = "taxonomies"
  3. version = "0.1.0"
  4. authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
  5. [dependencies]
  6. tera = "0.11"
  7. slug = "0.1"
  8. serde = "1"
  9. serde_derive = "1"
  10. errors = { path = "../errors" }
  11. config = { path = "../config" }
  12. content = { path = "../content" }
  13. front_matter = { path = "../front_matter" }
  14. utils = { path = "../utils" }