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.

18 lines
311B

  1. [package]
  2. name = "config"
  3. version = "0.1.0"
  4. authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
  5. edition = "2018"
  6. [dependencies]
  7. toml = "0.5"
  8. serde = "1"
  9. serde_derive = "1"
  10. chrono = "0.4"
  11. globset = "0.4"
  12. lazy_static = "1"
  13. syntect = "5.0"
  14. errors = { path = "../errors" }
  15. utils = { path = "../utils" }