multi-track leveling system + user say command

This commit is contained in:
2025-12-17 18:44:02 +05:30
parent b22a1c6fee
commit 07f101a119
13 changed files with 4936 additions and 45 deletions

View File

@@ -8,12 +8,21 @@ edition = "2024"
publish = false
[dependencies]
ab_glyph = "0.2.32"
anyhow = "1.0.100"
base64 = "0.22.1"
chrono = "0.4.42"
dotenvy = "0.15.7"
image = "0.25.9"
imageproc = "0.25.0"
poise = "0.6.1"
rand = "0.9.2"
regex = "1.12.2"
reqwest = { version = "0.12.26", features = ["json"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
serenity = "0.12.4"
surrealdb = "2.4.0"
tokio = { version = "1.48.0", features = ["full"] }
tracing = "0.1.43"
tracing-subscriber = { version = "0.3.22", features = ["env-filter", "fmt"] }