weatherstat/Cargo.toml

16 lines
393 B
TOML

[package]
name = "weatherstat"
version = "0.1.0"
authors = ["Rob Watson <rfwatson@users.noreply.github.com>"]
edition = "2018"
[dependencies]
chrono = "0.4"
dotenv = "0.15.0"
futures-util = "0.3.6"
reqwest = { version = "0.10.8", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
slack_api = "0.23.1"
tokio = { version = "0.2", features = ["full"] }