feat(tokio feature): add 'sync' feature

This commit is contained in:
doryan 2024-07-27 20:07:37 +04:00
parent acf1d9f30b
commit 4b5589392d

View File

@ -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"] }