diff options
-rw-r--r-- | Cargo.lock | 1 | ||||
-rw-r--r-- | Cargo.toml | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,7 @@ dependencies = [ "mockito 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "rouille 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -7,3 +7,4 @@ json = "0.11.10" mockito = "0.9.0" reqwest = "0.8.1" rouille = "1.0.3" +url = "1.6.0" |