1234567891011121314151617181920 |
- [package]
- name = "pothole"
- version = "0.1.1"
- authors = ["Johann Woelper <woelper@gmail.com>"]
- [dependencies]
- chrono = "0.4"
- quick-xml = "0.12.0"
- clap = "2.0"
- web-view = { git = "https://github.com/Boscop/web-view.git" }
- [[bin]]
- name = "pothole"
- path = "src/main.rs"
- [[bin]]
- name = "potholeUI"
- path = "src/ui.rs"
|