ok-ready-go/receiver/Cargo.toml
Dorian Zedler cc3f7222cb
Some checks reported errors
continuous-integration/drone/push Build was killed
Chore: minimize dependencies
2023-02-17 14:36:54 +01:00

22 lines
645 B
TOML

[package]
name = "receiver"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
crypto_helper = {path = "../crypto_helper"}
uuid = { version = "1.3.0", features = ["serde", "v4"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
iced = "0.7.0"
rumqttc = { version = "0.20.0", default-features = false, features = ["use-rustls"] }
iced_aw = { version = "0.3.0", default-features = false, features = ["number_input"] }
[target.'cfg(unix)'.dependencies]
enigo = "0.0.14"
[target.'cfg(windows)'.dependencies]
simulate = "0.3.0"