Extended functionality

This commit is contained in:
2023-04-27 16:25:23 +03:00
parent b92ce0b0fa
commit e8fc43f9ad
11 changed files with 305 additions and 327 deletions

View File

@@ -19,9 +19,9 @@ log = "0.4.17"
migration = { version = "0.1.0", path = "migration" }
pbkdf2 = "0.12.1"
pretty_env_logger = "0.4.0"
scrypt = "0.11.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"] }
sha2 = "0.10.6"
teloxide = { version = "0.12.2", features = ["macros"] }
thiserror = "1.0.40"
tokio = { version = "1.27.0", features = ["macros"] }
teloxide = { version = "0.12.2", features = ["macros", "ctrlc_handler", "rustls", "throttle"], default-features = false }
tokio = { version = "1.27.0", features = ["macros", "rt-multi-thread"] }