refactor(Cargo.toml): add 'time' feature
This commit is contained in:
parent
3c2ab67d31
commit
d77e12f2f6
|
@ -9,4 +9,5 @@ edition = "2021"
|
||||||
adw = { version = "0.6.0", package = "libadwaita", features = ["v1_4"] }
|
adw = { version = "0.6.0", package = "libadwaita", features = ["v1_4"] }
|
||||||
bitvec = "1.0.1"
|
bitvec = "1.0.1"
|
||||||
gtk4 = "0.8.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"] }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue