An NTP server that Keeps It Simple, Stupid
https://github.com/moparisthebest/kiss-ntpd
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
400 B
18 lines
400 B
[package] |
|
name = "kiss-ntpd" |
|
version = "2.0.0" |
|
authors = ["moparisthebest <admin@moparisthebest.com>"] |
|
edition = "2018" |
|
|
|
description = "NTP server that Keeps It Simple, Stupid" |
|
repository = "https://code.moparisthebest.com/moparisthebest/kiss-ntpd" |
|
keywords = ["ntp", "time", "kiss"] |
|
|
|
license = "AGPL-3.0-or-later" |
|
readme = "README.md" |
|
|
|
include = [ |
|
"**/*.rs", |
|
"Cargo.toml", |
|
"*.md", |
|
]
|
|
|