mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-16 03:06:47 -04:00
lib: Export some modules as pub
This commit is contained in:
parent
2977731fca
commit
f4247de8c1
4 changed files with 19 additions and 22 deletions
|
@ -10,7 +10,8 @@ use clap::{Parser, Subcommand};
|
|||
use itertools::Itertools;
|
||||
use std::ops::Deref;
|
||||
use std::str::FromStr;
|
||||
use steamos_manager::{ManagerProxy, WifiBackend};
|
||||
use steamos_manager::proxy::ManagerProxy;
|
||||
use steamos_manager::wifi::WifiBackend;
|
||||
use zbus::fdo::PropertiesProxy;
|
||||
use zbus::names::InterfaceName;
|
||||
use zbus::{zvariant, Connection};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue