Read and decode key file
[rup.git] / Cargo.toml
index 3d708a0..0b617e5 100644 (file)
@@ -14,4 +14,5 @@ openssl = "0.10"
 
 listenfd = "0.3" # To watch file modifications and automatically launch a build process (only used in dev/debug).
 ron = "0.5.1" # Rust object notation, to load configuration files.
-itertools = "0.8.0"
\ No newline at end of file
+itertools = "0.8.0"
+url = "1.7.2"
\ No newline at end of file