MacroBoard-rs/Cargo.toml
2019-11-22 19:02:27 +01:00

20 lines
445 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]
serial = "*"
gtk = { version = "*", features = ["v3_24"] }
utilities = { git = "http://dimov.cloud:80/hodasemi/Context.git" }