lib: Export some modules as pub

This commit is contained in:
Vicki Pfau 2024-05-07 17:15:28 -07:00
parent 2977731fca
commit f4247de8c1
4 changed files with 19 additions and 22 deletions

View file

@ -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};