diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-08-22 21:06:18 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-08-22 21:09:42 -0700 |
| commit | 71fa2ccab6417c936884eb0c343853d8c240407f (patch) | |
| tree | 762b871a179e5610461bbc28d5e231326bc78bc8 | |
| parent | 1969493b41ba39e4f8f2c4a9d44ce15543a86b71 (diff) | |
add additional metadata to cargo.toml
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,10 +1,15 @@ [package] name = "ffxiv-chronowatcher" +description = "Weather and Eorzean Time Library for Final Fantasy XIV" +repository = "https://github.com/pinapelz/ffxiv-chronowatcher" +readme = "README.md" +keywords = ["ffxiv", "eorzea", "weather", "time"] version = "0.0.1" edition = "2021" exclude = [ "src/main.rs", ] +license = "MIT" [dependencies] chrono = "0.4.38" |
