diff options
author | Teddy Wing | 2017-11-08 04:20:40 +0100 |
---|---|---|
committer | Teddy Wing | 2017-11-08 04:20:40 +0100 |
commit | 7d357f0906c192b1440354803c166b2e0956bf95 (patch) | |
tree | 6c2cf27c92d3b3ba501b97b4fce7c1fb242cfc5b /Cargo.toml | |
parent | fed9481524036728d1a773535f887cbc974a9990 (diff) | |
download | kipper-7d357f0906c192b1440354803c166b2e0956bf95.tar.bz2 |
Add 'mockito' crate
So cool. Enables us to mock HTTP requests super easily.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,5 +4,6 @@ version = "0.0.1" [dependencies] json = "0.11.10" +mockito = "0.9.0" reqwest = "0.8.1" rouille = "1.0.3" |