diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2018-08-07 12:11:39 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2018-08-07 12:11:39 +0200 |
commit | fb3d996d90f9e496654ae4485b9d036dcc7baf8a (patch) | |
tree | 0af403e71890557a134bad875349cffffe9d31c5 /Cargo.toml | |
parent | 1a7686fa596e9b93239edfac4db07b4b083f18a4 (diff) | |
download | rust-zotapi-fb3d996d90f9e496654ae4485b9d036dcc7baf8a.tar.gz rust-zotapi-fb3d996d90f9e496654ae4485b9d036dcc7baf8a.tar.bz2 rust-zotapi-fb3d996d90f9e496654ae4485b9d036dcc7baf8a.zip |
First iteration of getting channel stream from server.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,3 +4,7 @@ version = "0.1.0" authors = ["haraldei"] [dependencies] +reqwest = "0.8" + +[dev-dependencies] +mockito = "0.12" |