mirror of
https://github.com/Death916/deathclock.git
synced 2026-04-10 03:04:40 -07:00
13 lines
279 B
TOML
13 lines
279 B
TOML
[package]
|
|
name = "rustclock"
|
|
version = "0.2.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
chrono = "0.4.44"
|
|
iced = { version = "0.14.0", features = ["image"] }
|
|
reqwest = "0.13.2"
|
|
serde = { version = "1.0.228", features = ["derive"] }
|
|
serde_json = "1.0.149"
|
|
tokio = "1.50.0"
|
|
ureq = "3.2.0"
|