diff options
Diffstat (limited 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" |
