aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2017-11-08 23:02:22 +0100
committerTeddy Wing2017-11-08 23:02:22 +0100
commit32ad1916123325a8cc80fb76e0cbd5a2bb0b6841 (patch)
tree59e4e4d36725e31c14ec9a361e3cdad39b933f73 /Cargo.toml
parent5d2fa12b69ae16d222f57bba7d427b5323a689e9 (diff)
downloadkipper-32ad1916123325a8cc80fb76e0cbd5a2bb0b6841.tar.bz2
Add 'url' crate
So we can circumvent the mock problem we've been having with jenkins.rs:`request_job`. We need to take the URL supplied to it and split it up so we can get just the path part of the URL.
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 c6d957f..0c6e077 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,3 +7,4 @@ json = "0.11.10"
mockito = "0.9.0"
reqwest = "0.8.1"
rouille = "1.0.3"
+url = "1.6.0"