aboutsummaryrefslogtreecommitdiffstats
path: root/license-generator/Cargo.toml
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.toml
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.toml')
-rw-r--r--license-generator/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/license-generator/Cargo.toml b/license-generator/Cargo.toml
index 531fd57..1e7f703 100644
--- a/license-generator/Cargo.toml
+++ b/license-generator/Cargo.toml
@@ -4,6 +4,7 @@ version = "0.0.1"
[dependencies]
aquatic-prime = { path = "aquatic-prime" }
+chrono = "0.4.6"
error-chain = "0.12.0"
exitcode = "1.1.2"
fastcgi = "1.0.0"