Use the Git version of ruma-client-api.

This commit is contained in:
Jimmy Cuadra 2016-12-31 02:26:29 -08:00
parent a48b01f2a5
commit a7ce18f752

View File

@ -12,8 +12,10 @@ version = "0.1.0"
[dependencies]
hyper = "0.9.14"
ruma-client-api = { path = "../ruma-client-api" }
ruma-identifiers = "0.6.0"
serde = "0.8.21"
serde_json = "0.8.4"
url = "1.2.4"
[dependencies.ruma-client-api]
git = "https://github.com/ruma/ruma-client-api"