Use ring to generate email token

This commit is contained in:
vpl
2019-08-06 22:37:23 +02:00
parent 6d460b44b0
commit 5609103a97
3 changed files with 16 additions and 12 deletions

View File

@@ -108,9 +108,6 @@ regex = "1.2.0"
# URL encoding library
percent-encoding = "2.0.0"
# Random
rand = "0.7.0"
[patch.crates-io]
# Add support for Timestamp type
rmp = { git = 'https://github.com/dani-garcia/msgpack-rust' }