sntpc-net-std 1.1.0

std socket wrapper for sntpc library
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "cfg-if"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"

[[package]]
name = "sntpc"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e855b111d32f2d01ac4f6bf754ec65770f1680963c1f3a6b58b069a11086613"
dependencies = [
 "cfg-if",
]

[[package]]
name = "sntpc-net-std"
version = "1.1.0"
dependencies = [
 "sntpc",
]