aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 94dcd414f8fdf061fd75ad7762200b29824b5c38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "linkaddrs"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
futures = "0.3.25"
ipnet = "2.5.0"
netlink-packet-route = "0.17.0"
rtnetlink = "0.13.1"
tokio = { version = "1.0", features = ["rt-multi-thread"] }