This commit is contained in:
Robin Appelman 2022-02-13 17:08:08 +01:00
commit 7b13b9f1cc

View file

@ -4,8 +4,6 @@ version = "0.1.0"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rumqttc = "0.8"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
@ -18,4 +16,7 @@ color-eyre = "0.5"
async-stream = "0.3"
pin-utils = "0.1"
hostname = "0.3"
tokio-stream = "0.1"
tokio-stream = "0.1"
[profile.release]
lto = true