Init repo

This commit is contained in:
2024-08-22 21:43:29 +02:00
commit f3d4c79c0f
5 changed files with 740 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[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"] }