Now checking that account exists before getting/deleting it, added export command
This commit is contained in:
@@ -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"] }
|
||||
|
Reference in New Issue
Block a user