From 5d5f4bbe6f0feea8e10e0a185b1dd198cefaf51c Mon Sep 17 00:00:00 2001 From: Ferdinand Schober Date: Sun, 8 Feb 2026 14:19:47 +0100 Subject: [PATCH] fix: build failure in input-capture standalone --- input-capture/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/input-capture/Cargo.toml b/input-capture/Cargo.toml index 8a61c83..0f77eb2 100644 --- a/input-capture/Cargo.toml +++ b/input-capture/Cargo.toml @@ -23,6 +23,7 @@ tokio = { version = "1.32.0", features = [ "rt", "sync", "signal", + "time", ] } once_cell = "1.19.0" async-trait = "0.1.81"