[package] name = "macroboard" version = "0.1.0" authors = ["hodasemi "] edition = "2018" [[bin]] name = "service" path = "src/service.rs" [[bin]] name = "gui" path = "src/gui.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serial = "*" gtk = { version = "*", features = ["v3_24"] } utilities = { git = "http://dimov.cloud:80/hodasemi/Context.git" }