Now checking that account exists before getting/deleting it, added export command

This commit is contained in:
2023-05-05 16:45:56 +03:00
parent b5e003e1d7
commit 957bcfb952
15 changed files with 193 additions and 39 deletions

View File

@@ -23,6 +23,8 @@ pretty_env_logger = "0.4.0"
rand = { version = "0.8.5", default-features = false, features = ["std_rng"] }
scrypt = { version = "0.11.0", default-features = false, features = ["std"] }
sea-orm = { version = "0.11.2", features = ["sqlx-mysql", "runtime-tokio-rustls"] }
serde = "1.0.160"
serde_json = "1.0.96"
sha2 = "0.10.6"
teloxide = { version = "0.12.2", features = ["macros", "ctrlc_handler", "rustls", "throttle"], default-features = false }
tokio = { version = "1.27.0", features = ["macros", "rt-multi-thread"] }