1
0
Fork 0
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:
Robin Appelman 2019-12-09 00:34:20 +01:00
commit 31062ff230
3 changed files with 153 additions and 552 deletions

View file

@ -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"