Added import command, created User struct to remove the usage of a json! macro
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user