From ad8a6e85e9bcba78d830a04ad3960961dc4014b6 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 22 Aug 2024 17:09:13 -0700 Subject: implement getting Eorzea weather by time --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e210e37..b4c9dcc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,3 +5,5 @@ edition = "2021" [dependencies] chrono = "0.4.38" +serde = "1.0.208" +serde_json = "1.0.125" -- cgit v1.2.3