Cargo.toml 316 B

1234567891011121314151617181920
  1. [package]
  2. name = "pothole"
  3. version = "0.1.1"
  4. authors = ["Johann Woelper <woelper@gmail.com>"]
  5. [dependencies]
  6. chrono = "0.4"
  7. quick-xml = "0.12.0"
  8. clap = "2.0"
  9. web-view = { git = "https://github.com/Boscop/web-view.git" }
  10. [[bin]]
  11. name = "pothole"
  12. path = "src/main.rs"
  13. [[bin]]
  14. name = "potholeUI"
  15. path = "src/ui.rs"