Added import command, created User struct to remove the usage of a json! macro

This commit is contained in:
2023-05-05 21:29:58 +03:00
parent 957bcfb952
commit fc76d7f65c
9 changed files with 161 additions and 12 deletions

View File

@@ -16,6 +16,7 @@ anyhow = "1.0.70"
chacha20poly1305 = { version = "0.10.1", features = ["std"] }
dotenv = "0.15.0"
futures = "0.3.28"
itertools = "0.10.5"
log = "0.4.17"
migration = { version = "0.1.0", path = "migration" }
pbkdf2 = "0.12.1"