blob: 8a929068da88059e459a211a9ec9e916dc5989ce (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
[package]
name = "rsdsl_radvd"
version = "0.1.0"
edition = "2021"
[dependencies]
ipnet = "2.7.1"
linkaddrs = { git = "https://github.com/HimbeerserverDE/linkaddrs.git", version = "0.1.0" }
pnet_packet = "0.33.0"
rsdsl_netlinkd = { git = "https://github.com/rsdsl/netlinkd.git", version = "0.6.0" }
socket2 = { version = "0.5.2", features = ["all"] }
thiserror = "1.0"
|