Remove lib.rs for now. Can add it back later with a better name.

If we end up able to abstract some of these apis with a struct like
we have in lib.rs will add back with a better name at that point.
This commit is contained in:
Jeremy Whiting 2023-10-04 21:13:17 -06:00
parent abb0520e67
commit 92325cde43
2 changed files with 1 additions and 107 deletions

View file

@ -25,7 +25,7 @@
use zbus::{ConnectionBuilder, Result};
use steamos_manager::*;
pub mod manager;
#[async_std::main]
async fn main() -> Result<()>