mdns-repeater/Cargo.toml
Patrick 8f2e09ed8d
feat: async
feat: get sender address
2024-12-25 17:22:07 +01:00

13 lines
254 B
TOML

[package]
name = "rust"
version = "0.1.0"
edition = "2021"
[dependencies]
color-eyre = "0.6.3"
pnet = "0.35.0"
regex = "1.11.1"
simple-dns = "0.9.1"
socket2 = { version = "0.5.8", features = ["all"] }
tokio = { version = "1.42.0", features = ["full"] }