kiss-ntpd/Cargo.toml

19 lines
400 B
TOML
Raw Permalink Normal View History

2017-06-20 10:26:39 -04:00
[package]
2021-03-14 01:34:34 -05:00
name = "kiss-ntpd"
version = "2.0.0"
2021-03-14 01:34:34 -05:00
authors = ["moparisthebest <admin@moparisthebest.com>"]
edition = "2018"
2017-06-20 10:26:39 -04:00
2021-03-14 01:34:34 -05:00
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",
]