Change to tokio instead of async-std.

This commit is contained in:
Jeremy Whiting 2023-10-17 15:12:48 -06:00
parent 741c5b5ce4
commit d74c7ae319
4 changed files with 159 additions and 222 deletions

View file

@ -27,7 +27,7 @@ use zbus::{ConnectionBuilder, Result};
pub mod manager;
#[async_std::main]
#[tokio::main]
async fn main() -> Result<()>
{
// This daemon is responsible for creating a dbus api that steam client can use to do various OS