removed smol dependency

This commit is contained in:
Silas Bartha 2023-11-10 23:05:22 -05:00
parent 5072b84d03
commit 7fbf56d406

View File

@ -6,5 +6,4 @@ edition = "2021"
[dependencies]
notify-rust = "4"
zbus = "3.14.1"
smol = "1.3.0"
async-std = { version = "1.12.0", features = ["attributes"] }