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.

13 lines
237B

  1. [package]
  2. name = "config"
  3. version = "0.1.0"
  4. authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
  5. [dependencies]
  6. toml = "0.4"
  7. serde = "1.0"
  8. serde_derive = "1.0"
  9. errors = { path = "../errors" }
  10. rendering = { path = "../rendering" }