diff options
author | Silas Bartha <[email protected]> | 2023-11-10 23:05:22 -0500 |
---|---|---|
committer | Silas Bartha <[email protected]> | 2023-11-10 23:05:22 -0500 |
commit | 7fbf56d406733b45a986a4f1d930feb08b1b8172 (patch) | |
tree | 2002232502ac2fbba02711ec24f9dcd36aa83c13 /Cargo.toml | |
parent | 5072b84d03df22efd375e4a8cfbf9740e62854fd (diff) |
removed smol dependency
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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"] } |