start the refactor

This commit is contained in:
2025-05-10 21:49:23 +02:00
parent ae79359990
commit baf7ba2ffb
10 changed files with 473 additions and 321 deletions

View File

@@ -1,5 +1,5 @@
[package]
name = "test_bot"
name = "mini_admin_bot"
version = "0.1.0"
edition = "2018"
@@ -9,7 +9,7 @@ teloxide = { version = "0.12", features = ["macros", "auto-send"] }
futures = "0.3.5"
log = "0.4"
pretty_env_logger = "0.4.0"
tokio = { version = "1.8", features = ["rt-multi-thread", "macros"] }
tokio = { version = "1.8", features = ["rt-multi-thread", "macros"] }
tokio-stream = "0.1.8"
derive_more = "0.99.9"
frunk = "0.4"
@@ -24,6 +24,9 @@ turbojpeg = "*"
phf = { version = "0.11", features = ["macros"] }
curl = "*"
[dev-dependencies]
mockall = "0.13.1"
[profile.release]
lto = true
codegen-units = 1