mdns-repeater/Cargo.toml

13 lines
254 B
TOML
Raw Normal View History

2024-12-24 17:20:59 +01:00
[package]
name = "rust"
version = "0.1.0"
edition = "2021"
[dependencies]
color-eyre = "0.6.3"
2024-12-25 11:13:53 +01:00
pnet = "0.35.0"
2024-12-25 17:22:07 +01:00
regex = "1.11.1"
2024-12-24 17:20:59 +01:00
simple-dns = "0.9.1"
2024-12-25 11:38:27 +01:00
socket2 = { version = "0.5.8", features = ["all"] }
2024-12-25 17:22:07 +01:00
tokio = { version = "1.42.0", features = ["full"] }