mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-13 01:41:59 -04:00
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:
parent
abb0520e67
commit
92325cde43
2 changed files with 1 additions and 107 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
use zbus::{ConnectionBuilder, Result};
|
||||
|
||||
use steamos_manager::*;
|
||||
pub mod manager;
|
||||
|
||||
#[async_std::main]
|
||||
async fn main() -> Result<()>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue