Refactored how we deal with blocking code and added AudioSetup

This commit is contained in:
2023-01-03 05:26:00 +01:00
parent 06e511758b
commit cfd10a7daf
13 changed files with 464 additions and 118 deletions

View File

@@ -25,6 +25,8 @@ axum = "0.6.1"
serde_repr = "0.1.10"
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
bytes = "1.3.0"
pollster = "0.2.5"
[profile.release]
lto=true