summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2021-03-16 14:19:42 +0100
committerGitHub <noreply@github.com>2021-03-16 14:19:42 +0100
commit896ab2a9fb4a34d82c70792a1114ac1a0f4ad6c0 (patch)
tree6884cfe0cb85ffee94095d1e9db3864476c24de4 /Cargo.toml
parentb950072a3109d2c13881611a3950baa191caf097 (diff)
parentfc28f445d4cfbfcd597438ab2cdd137fa2021dbc (diff)
Merge pull request #13 from gico-net/feat/add-emails
Manage emails and their hashes for Gravatar
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ae7576f..8502fcb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,3 +25,5 @@ serde = { version = "1.0.104", features = ["derive"] }
chrono = { version = "0.4.19", features = ["serde"] }
uuid = { version = "0.8.2", features = ["serde", "v4"] }
regex = "1"
+md-5 = "0.9.1"
+hex = "0.4.3"