Implementation of 'encrypt'.
[rup.git] / Cargo.toml
index aee6a09..fe9f894 100644 (file)
@@ -16,4 +16,5 @@ listenfd = "0.3" # To watch file modifications and automatically launch a build
 ron = "0.5.1" # Rust object notation, to load configuration files.
 itertools = "0.8.0"
 url = "1.7.2"
-base64 = "0.10.1"
\ No newline at end of file
+base64 = "0.10.1"
+rand = "0.7"
\ No newline at end of file