implemented user and started security

This commit is contained in:
JOLIMAITRE Matthieu 2022-08-23 17:53:12 +02:00
parent c17cdd888a
commit 21e5240f74
13 changed files with 642 additions and 220 deletions

View file

@ -15,3 +15,4 @@ tokio = { version = "1.20", features = ["full"] }
harsh_common = { path = "../harsh-common/" }
chrono = "0.4"
rand = "0.8.5"
blake3 = "1.3.1"