[package] name = "sntp_client" version = "1.2.0" authors = ["Roland Ruckerbauer "] description = "sntp client command line utility" repository = "https://github.com/ruabmbua/sntp_client" readme = "README.md" keywords = ["sntp", "utility", "client", "command line"] license = "GPL3" [dependencies] byteorder = "0.5.1" time = "0.1.35" clap = { version = "2.2.5", features = ["unstable"] }