kiss-ntpd/Cargo.toml

13 lines
241 B
TOML
Raw Normal View History

2017-06-20 10:26:39 -04:00
[package]
name = "rsntp"
version = "0.0.1"
authors = ["Miroslav Lichvar <mlichvar0@gmail.com>"]
description = "Multi-threaded NTP server"
license = "GPLv2+"
[dependencies]
2018-12-09 08:37:25 -05:00
byteorder = "1.2.0"
2017-06-20 10:26:39 -04:00
getopts = "0.2.14"
net2 = "0.2.29"
2018-12-09 08:37:25 -05:00
rand = "0.6"