From 71fa2ccab6417c936884eb0c343853d8c240407f Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 22 Aug 2024 21:06:18 -0700 Subject: add additional metadata to cargo.toml --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 22f8a6c..dab06a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" -- cgit v1.2.3