aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 7eabd9996aecd85adfd765331d5118151a6eae43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "ffxiv-uptime"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = { version = "0.4", features = ["serde"] }
gloo-timers = "0.2.5"
num-integer = "0.1.45"
serde = "1.0"
serde_json = "1.0"
sycamore = "0.8"
wasm-bindgen = "0.2.83"
web-sys = { version = "0.3", features = ["Event", "HtmlInputElement", "Storage", "Window"] }