[package] name = "macroboard" version = "0.1.0" authors = ["hodasemi "] edition = "2018" [[bin]] name = "macroboard_service" path = "src/service.rs" [[bin]] name = "macroboard_gui" path = "src/gui.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serialport = "*" gtk = { version = "*", features = ["v3_24"] } anyhow = "1.0" serde = { version = "*", features = ["derive"] } serde_json = "*"