Get and parse weather data, using rustc_serialize.

This commit is contained in:
Darren VanBuren 2016-07-27 04:58:29 -07:00
parent bd16ae1514
commit 4df059bfc1
3 changed files with 33 additions and 14 deletions

View file

@ -4,5 +4,6 @@ version = "0.1.0"
authors = ["Darren VanBuren <onekopaka@theoks.net>"]
[dependencies]
irc = "0.11.0"
irc = "0.11"
hyper = "0.9"
rustc-serialize = "0.3"