ntp-udp 1.1.2

ntpd-rs networking and timestamping layer
Documentation
[package]
name = "ntp-udp"
description = "ntpd-rs networking and timestamping layer"
readme = "README.md"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
publish.workspace = true
rust-version.workspace = true

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

[dependencies]
ntp-proto.workspace = true
tokio = { workspace = true, features = ["net", "time"] }
libc.workspace = true
tracing.workspace = true
serde.workspace = true

[dev-dependencies]
tokio = { workspace = true, features = ["net", "time", "test-util"] }