Add hyper for new version of ruma-api

This commit is contained in:
Jörg Sommer 2018-08-25 16:07:12 +02:00
parent d042f63146
commit 7112b79859
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ version = "0.1.0"
[dependencies]
futures = "0.1.21"
http = "0.1.5"
hyper = "0.12"
ruma-api = "0.5.0"
ruma-api-macros = "0.2.2"
ruma-events = "0.10.0"

View File

@ -7,6 +7,7 @@
extern crate futures;
extern crate http;
extern crate hyper;
extern crate ruma_api;
extern crate ruma_api_macros;
extern crate ruma_events;