diff --git a/Cargo.toml b/Cargo.toml index e3fc82e..6a08f1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,5 +9,5 @@ edition = "2021" adw = { version = "0.6.0", package = "libadwaita", features = ["v1_4"] } bitvec = "1.0.1" gtk4 = "0.8.1" -tokio = { version = "1.0.0", features = ["rt", "time", "rt-multi-thread", "macros"] } +tokio = { version = "1.0.0", features = ["rt", "time", "rt-multi-thread", "macros", "sync"] }