mirror of
https://codeberg.org/icewind/prometheus-mdns-rs.git
synced 2026-06-03 18:04:11 +02:00
wip
This commit is contained in:
parent
ae408a3a78
commit
b441225642
3 changed files with 1033 additions and 1 deletions
|
|
@ -7,3 +7,9 @@ edition = "2018"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
mdns = { version = "0.3", git = "https://github.com/bkchr/mdns", branch = "tokio_rewrite" }
|
||||
futures = "0.1.28"
|
||||
tokio = "0.1.21"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
maplit = "1.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue