Decode from base64
[rup.git] / Cargo.toml
index 0b617e5..aee6a09 100644 (file)
@@ -15,4 +15,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"
-url = "1.7.2"
\ No newline at end of file
+url = "1.7.2"
+base64 = "0.10.1"
\ No newline at end of file