diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-08-29 17:59:10 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-08-29 18:22:47 -0700 |
| commit | 0e305e7cecd697a7befe26298abc90bef0fac483 (patch) | |
| tree | 9adcb309eebdf81f1d400929ad1ad245dba46b92 /Cargo.toml | |
| parent | b69d67de6e14b83647b4e4201cc2403b30d4df8a (diff) | |
include a weather data json in lib
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,11 +4,12 @@ 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.3" +version = "0.0.32" edition = "2021" exclude = [ "src/main.rs", ] + license = "MIT" [dependencies] |
