Dorian Zedler
54a0f7f533
Some checks reported errors
continuous-integration/drone/push Build was killed
24 lines
632 B
TOML
24 lines
632 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]
|
|
base64 = "0.21.0"
|
|
hex = "0.4.3"
|
|
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 = "0.3.0"
|
|
derive_more = "0.99.17"
|
|
|
|
[target.'cfg(unix)'.dependencies]
|
|
enigo = "0.0.14"
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
simulate = "0.3.0"
|