Skip to content

Commit

Permalink
Merge pull request #6 from JordanForks/forecast
Browse files Browse the repository at this point in the history
Add forecast
  • Loading branch information
Niall- authored Jun 29, 2024
2 parents c9ca8f7 + 43c9994 commit b485353
Show file tree
Hide file tree
Showing 3 changed files with 277 additions and 123 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,16 @@ tokio-stream = "0.1.8"

linkify = "0.8.0"
webpage = "1.4.0"
reqwest = { version = "0.11.10", features = ["stream"] }
reqwest = { version = "0.11.10", features = ["stream", "json"] }
bytes = "1.1.0"
kuchiki = "0.8.1"

failure = "0.1.8"
itertools = "0.13"
chrono = "0.4.19"
chrono-humanize = "0.2.1"
rusqlite = "0.27.0"
r2d2 = "0.8"
r2d2_sqlite = "0.24"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79"
toml = "0.5.8"
Expand Down
Loading

0 comments on commit b485353

Please sign in to comment.