refactor(Cargo.toml): add 'time' feature

This commit is contained in:
doryan 2024-07-19 23:27:23 +04:00
parent 3c2ab67d31
commit d77e12f2f6

View File

@ -9,4 +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", "rt-multi-thread", "macros"] }
tokio = { version = "1.0.0", features = ["rt", "time", "rt-multi-thread", "macros"] }