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

  1. [package]
  2. name = "front_matter"
  3. version = "0.1.0"
  4. authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
  5. [dependencies]
  6. tera = "0.11.0-beta"
  7. chrono = "0.4"
  8. serde = "1.0"
  9. serde_derive = "1.0"
  10. toml = "0.4"
  11. regex = "0.2"
  12. lazy_static = "1"
  13. errors = { path = "../errors" }