blob: 46e3f9b66b2c9c56aab5ba1c33233d31a91bea79 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[package]
name = "mdns_service"
version = "0.1.0"
authors = ["Dan Minor <dminor@mozilla.com>"]
edition = "2018"
[dependencies]
byteorder = "1.3.1"
dns-parser = "0.8.0"
log = "0.4"
socket2 = { version = "0.3.9", features = ["reuseport"] }
uuid = { version = "0.8", features = ["v4"] }
|