aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 975aebca7100708391dbd355df1ebd75f25353b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "rsdsl_dnsd"
version = "0.4.2"
edition = "2021"

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

[dependencies]
bytes = "1.4.0"
dns-message-parser = "0.7.0"
hickory-proto = { version = "0.24.0", default-features = false }
ipnet = "2.5.0"
rsdsl_dhcp4d = { git = "https://github.com/rsdsl/dhcp4d.git" }
rsdsl_netlinklib = { git = "https://github.com/rsdsl/netlinklib.git" }
serde_json = "1.0"
signal-hook = "0.3.17"