[package] name = "mars" version = "0.1.0" authors = ["Thomas Forgione "] edition = "2018" [dependencies] dirs = "1.0.4" notify-rust = "3.4.2" colored = "1.6.1" percent-encoding = "1.0.1" hyper = "0.12.10" log = "0.4.6" beautylog = "0.1.0" notify = "4.0.10" [[bin]] name = "mars-server" path = "src/server.rs" [[bin]] name = "mars" path = "src/client.rs"