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

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

[dependencies]
nix = { version = "0.26.2", features = ["time"] }
ntp = "0.5.0"
rsdsl_ip_config = { git = "https://github.com/rsdsl/ip_config.git", version = "0.2.2" }
thiserror = "1.0"
trust-dns-resolver = "0.23.0"