summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2021-03-16 14:17:45 +0100
committerSanto Cariotti <santo@dcariotti.me>2021-03-16 14:17:45 +0100
commit651b9487c1467a5be5aa44726a6b4d1f606dcc70 (patch)
tree8ca64dd0c2fa37f3bccf9dc8bc15527d522c3964 /Cargo.toml
parent2689fe31f9f86ba190faea99635e62f624e3e02d (diff)
feat: create and search email
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"