diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-08-22 17:09:13 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-08-22 17:09:13 -0700 |
| commit | ad8a6e85e9bcba78d830a04ad3960961dc4014b6 (patch) | |
| tree | d0dfaf4b3c66ec4f85d8e86154333b9ab7e3d69c /Cargo.toml | |
| parent | 291195b17e40c9ebc75e6d0b25195a02596b59e1 (diff) | |
implement getting Eorzea weather by time
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,3 +5,5 @@ edition = "2021" [dependencies] chrono = "0.4.38" +serde = "1.0.208" +serde_json = "1.0.125" |
