1
0
Fork 0
mirror of https://codeberg.org/icewind/prometheus-mdns-rs.git synced 2026-06-03 18:04:11 +02:00
This commit is contained in:
Robin Appelman 2019-12-09 00:40:50 +01:00
commit 8800649d36
2 changed files with 7 additions and 6 deletions

View file

@ -7,6 +7,7 @@ description = "mDNS service discovery for prometherus"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/icewind1991/prometheus-mdns-rs"
keywords = ["mdns", "prometheus"]
[dependencies]
mdns = { version = "0.3", git = "https://github.com/icewind1991/mdns", branch = "async_await" }