aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2017-11-08 04:20:40 +0100
committerTeddy Wing2017-11-08 04:20:40 +0100
commit7d357f0906c192b1440354803c166b2e0956bf95 (patch)
tree6c2cf27c92d3b3ba501b97b4fce7c1fb242cfc5b /Cargo.toml
parentfed9481524036728d1a773535f887cbc974a9990 (diff)
downloadkipper-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.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 095a525..c6d957f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"