rdns-ipv6/Cargo.toml

11 lines
225 B
TOML
Raw Normal View History

2023-11-06 22:03:39 +00:00
[package]
name = "rdns-ipv6"
version = "0.1.0"
edition = "2021"
[dependencies]
futures = "0.3.29"
netlink-packet-route = "0.17.1"
rtnetlink = "0.13.1"
tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread"] }