fix: build failure in input-capture standalone

This commit is contained in:
Ferdinand Schober
2026-02-08 14:19:47 +01:00
parent 8e96025f12
commit 5d5f4bbe6f

View File

@@ -23,6 +23,7 @@ tokio = { version = "1.32.0", features = [
"rt", "rt",
"sync", "sync",
"signal", "signal",
"time",
] } ] }
once_cell = "1.19.0" once_cell = "1.19.0"
async-trait = "0.1.81" async-trait = "0.1.81"