Add Gravatar email hashes

This commit is contained in:
Elnu 2022-07-08 17:06:05 -07:00
parent bbebe8b119
commit 82e70178d5
5 changed files with 102 additions and 12 deletions

View file

@ -10,3 +10,5 @@ actix-web = "4"
rusqlite = "0.27.0"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
validator = "0.15.0"
md5 = "0.7.0"