[package] name = "pothole" version = "0.1.1" authors = ["Johann Woelper "] [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"