dhcpv6stateless/Cargo.toml

10 lines
200 B
TOML
Raw Normal View History

2024-08-22 21:43:29 +02:00
[package]
name = "dhcpv6stateless"
version = "0.1.0"
edition = "2021"
[dependencies]
dhcproto = "0.12.0"
hex = "0.4.3"
tokio = { version = "1.39.3", features = ["macros", "net", "rt-multi-thread"] }