Cargo.toml (366B)
1 [package] 2 name = "mdns_service" 3 version = "0.1.1" 4 authors = ["Dan Minor <dminor@mozilla.com>"] 5 edition = "2018" 6 license = "MPL-2.0" 7 8 [dependencies] 9 byteorder = "1.3.1" 10 dns-parser = "0.8.0" 11 gecko-profiler = { path = "../../../../../tools/profiler/rust-api" } 12 log = "0.4" 13 socket2 = { version = "0.5", features = ["all"] } 14 uuid = { version = "1.0", features = ["v4"] }