aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 61c6596d6348d6337ce9aeff04b1c7a11cf6a29a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "rsdsl_dnsd"
version = "0.1.0"
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"
rsdsl_dhcp4d = { git = "https://github.com/rsdsl/dhcp4d.git", version = "0.1.0" }
serde_json = "1.0"
thiserror = "1.0"