feat: add tokio runtime and make adync gpio interups on seperate thread

This commit is contained in:
Jet Pham 2025-06-08 00:13:13 -07:00
parent 19862ecf70
commit 716153b1b6
No known key found for this signature in database
4 changed files with 19 additions and 12 deletions

View file

@ -5,10 +5,10 @@ edition = "2021"
[dependencies]
anyhow = "1.0"
tokio = { version = "1.36", features = ["full"] }
tracing = "0.1"
tracing-subscriber = "0.3"
rppal = "0.22"
serde = { version = "1.0", features = ["derive"] }
tracing-appender = "0.2"
serenity = { version = "0.12", features = ["standard_framework"] }
tokio = { version = "1.45.1", features = ["full"] }
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
rppal = "0.22.1"
serde = { version = "1.0.219", features = ["derive"] }
tracing-appender = "0.2.3"
serenity = { version = "0.12.4", features = ["standard_framework"] }