aboutsummaryrefslogtreecommitdiffstats
path: root/license-generator/Cargo.lock
diff options
context:
space:
mode:
authorTeddy Wing2018-11-14 15:30:10 +0100
committerTeddy Wing2018-11-14 15:30:10 +0100
commite55fdbdf7d8483954f8a8373dde74665ce87d9eb (patch)
tree4852d3cc78c82e1f78be6b991ffae8de4a20a956 /license-generator/Cargo.lock
parenta65fd703de8799a19ad5a878194d0fe07190f4db (diff)
downloaddome-key-web-e55fdbdf7d8483954f8a8373dde74665ce87d9eb.tar.bz2
purchaser: Add timestamp to secret
Trying to add a little more entropy to the calculation. Went with chrono instead of `std::time` because it gives me an `i64` timestamp instead of a `Result`.
Diffstat (limited to 'license-generator/Cargo.lock')
-rw-r--r--license-generator/Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/license-generator/Cargo.lock b/license-generator/Cargo.lock
index 2905f0f..448c2d3 100644
--- a/license-generator/Cargo.lock
+++ b/license-generator/Cargo.lock
@@ -306,6 +306,7 @@ name = "license-generator"
version = "0.0.1"
dependencies = [
"aquatic-prime 0.0.1",
+ "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
"exitcode 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"fastcgi 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",