MacroBoard-rs/Cargo.toml
2022-07-15 19:08:22 +02:00

22 lines
463 B
TOML

[package]
name = "macroboard"
version = "0.1.0"
authors = ["hodasemi <michaelh.95@t-online.de>"]
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]
serialport = "*"
gtk = { version = "*", features = ["v3_24"] }
anyhow = "1.0"
serde = { version = "*", features = ["derive"] }
serde_json = "*"