Added checks if the account already exists in the database

This commit is contained in:
2023-06-23 12:36:36 +03:00
parent be76b09427
commit 497e0ba5bf
3 changed files with 53 additions and 10 deletions

View File

@@ -23,6 +23,7 @@ log = "0.4.17"
migration = { version = "0.2.0", path = "migration" }
parking_lot = "0.12.1"
pretty_env_logger = "0.5.0"
rustc-hash = "1.1.0"
sea-orm = { version = "0.11.3", features = ["sqlx-mysql", "runtime-tokio-rustls"] }
serde = "1.0.163"
serde_json = "1.0.96"