blob: 9468d09006f443b92f2b4f4e47ddbb4cc83cb308 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[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.4"
edition = "2021"
exclude = [
"src/main.rs",
]
license = "MIT"
[dependencies]
chrono = "0.4.38"
serde = "1.0.208"
serde_json = "1.0.125"
once_cell = "1.17"
|