19 lines
451 B
TOML
19 lines
451 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]
|
|
#fltk = "1.2.3"
|
|
#fltk-theme = "0.1.8"
|
|
serialport = "4.0.1"
|
|
colored = "2.0.0"
|
|
#mio-serial = "5.0.1"
|
|
#futures-preview = { version = "=0.3.0-alpha.16", features = ["async-await", "nightly"] }
|
|
closure = "0.3.0"
|
|
|
|
gtk = "0.14.1"
|
|
glib = "0.14.5"
|
|
gio = "0.14.6" |