feat: add tokio runtime and make adync gpio interups on seperate thread
This commit is contained in:
parent
19862ecf70
commit
716153b1b6
4 changed files with 19 additions and 12 deletions
14
Cargo.toml
14
Cargo.toml
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue