mdns-repeater/Cargo.toml

10 lines
133 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-24 17:20:59 +01:00
simple-dns = "0.9.1"