mirror of
https://codeberg.org/icewind/prometheus-mdns-rs.git
synced 2026-06-03 18:04:11 +02:00
lto
This commit is contained in:
parent
3cc7b27d90
commit
3a01ab6293
2 changed files with 137 additions and 131 deletions
17
Cargo.toml
17
Cargo.toml
|
|
@ -10,10 +10,13 @@ repository = "https://github.com/icewind1991/prometheus-mdns-rs"
|
|||
keywords = ["mdns", "prometheus"]
|
||||
|
||||
[dependencies]
|
||||
mdns = "2.0"
|
||||
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
atomicwrites = "0.2"
|
||||
main_error = "0.1.0"
|
||||
futures-util = "0.3.1"
|
||||
mdns = "2"
|
||||
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
atomicwrites = "0.3"
|
||||
main_error = "0.1"
|
||||
futures-util = "0.3"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue