sinoptik/Cargo.toml

16 lines
354 B
TOML
Raw Normal View History

2022-02-12 12:25:05 +01:00
[package]
name = "sinoptik"
version = "0.1.0"
edition = "2021"
[dependencies]
cached = { version = "0.30.0", features = ["async"] }
csv = "1.1.6"
2022-02-12 12:25:05 +01:00
chrono = "0.4.19"
2022-02-13 15:38:17 +01:00
chrono-tz = "0.6.1"
color-eyre = "0.5.6"
2022-02-12 12:25:05 +01:00
geocoding = "0.3.1"
2022-02-12 21:08:13 +01:00
image = "0.24.0"
reqwest = { version = "0.11.9", features = ["json"] }
2022-02-12 12:25:05 +01:00
rocket = { version = "0.5.0-rc.1", features = ["json"] }