ROGCC: Use tokio instead of smol

This commit is contained in:
Luke D. Jones
2022-11-07 09:00:46 +13:00
parent 37553a5fdd
commit efc752cce6
6 changed files with 78 additions and 91 deletions

View File

@@ -10,7 +10,7 @@ pub enum Error {
ConfigLockFail,
XdgVars,
Zbus(zbus::Error),
Notification(notify_rust::error::Error)
Notification(notify_rust::error::Error),
}
impl fmt::Display for Error {