mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-13 01:41:59 -04:00
Change to tokio instead of async-std.
This commit is contained in:
parent
741c5b5ce4
commit
d74c7ae319
4 changed files with 159 additions and 222 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue