serial-comm_tool_v2/Cargo.toml
2021-10-03 23:01:11 -04:00

18 lines
406 B
TOML

[package]
name = "serial_communication_tool_v2"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
gtk = "0.14.1"
gio = "0.14.6"
glib = "0.14.5"
#gtk4 = {git = "https://github.com/gtk-rs/gtk4-rs/"}
#gtk4 = "0.3.0"
#gio4_sys ="0."
#gtk4_sys = "0.3.0"
#gtk4-sys = "0.3.0"
serialport = "4.0.1"
closure = "0.3.0"