mirror of
https://codeberg.org/icewind/taspromto.git
synced 2026-06-03 08:34:21 +02:00
lto
This commit is contained in:
parent
d6acb68602
commit
7b13b9f1cc
1 changed files with 4 additions and 3 deletions
|
|
@ -4,8 +4,6 @@ version = "0.1.0"
|
||||||
authors = ["Robin Appelman <robin@icewind.nl>"]
|
authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rumqttc = "0.8"
|
rumqttc = "0.8"
|
||||||
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
|
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
|
||||||
|
|
@ -19,3 +17,6 @@ async-stream = "0.3"
|
||||||
pin-utils = "0.1"
|
pin-utils = "0.1"
|
||||||
hostname = "0.3"
|
hostname = "0.3"
|
||||||
tokio-stream = "0.1"
|
tokio-stream = "0.1"
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
lto = true
|
||||||
Loading…
Add table
Add a link
Reference in a new issue