diff options
| author | Botahamec <botahamec@outlook.com> | 2022-03-16 14:52:31 -0400 |
|---|---|---|
| committer | Botahamec <botahamec@outlook.com> | 2022-03-16 14:52:31 -0400 |
| commit | e0e0a18a4bc873583e973d771669e88a92b20d92 (patch) | |
| tree | ba060d810c4621ec7e489afb19ad180a6b2ab755 /Cargo.toml | |
| parent | 5ca69f1830763b689bae9c4873a2912b3f1e23b1 (diff) | |
| parent | 954cfd1385709d41ef0ece9c78b8dcee236f55e4 (diff) | |
Merge branch 'master' of https://github.com/botahamec/botic
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,7 +2,11 @@ name = "botic" version = "0.1.0" edition = "2021" +description = "A time crate that handles leap seconds" +repository = "https://github.com/botahamec/botic" license = "Unlicense" +keywords = ["date", "time", "calendar"] +categories = ["date-and-time", "parser-implementations", "value-formatting", "data-structures"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
