From 0e305e7cecd697a7befe26298abc90bef0fac483 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 29 Aug 2024 17:59:10 -0700 Subject: include a weather data json in lib --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c16fafa..a516a34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] -- cgit v1.2.3