mirror of
https://codeberg.org/icewind/prometheus-mdns-rs.git
synced 2026-06-03 18:04:11 +02:00
async/await
This commit is contained in:
parent
a98390ff24
commit
31062ff230
3 changed files with 153 additions and 552 deletions
|
|
@ -9,9 +9,10 @@ readme = "README.md"
|
|||
repository = "https://github.com/icewind1991/prometheus-mdns-rs"
|
||||
|
||||
[dependencies]
|
||||
mdns = { version = "0.3", git = "https://github.com/bkchr/mdns", branch = "tokio_rewrite" }
|
||||
futures = "0.1.28"
|
||||
tokio = "0.1.21"
|
||||
mdns = { version = "0.3", git = "https://github.com/icewind1991/mdns", branch = "async_await" }
|
||||
tokio = { version = "0.2.4", features = ["macros"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
atomicwrites = "0.2"
|
||||
atomicwrites = "0.2"
|
||||
main_error = "0.1.0"
|
||||
futures-util = "0.3.1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue