summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index d0f93f5..3adc3b9 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -5,6 +5,9 @@ pub mod components;
pub mod dbus;
pub mod error;
pub mod i3bar;
-pub mod mpris;
+//pub mod mpris;
+pub mod client;
+pub mod dbus_server;
pub mod player;
-//pub mod printer;
+pub mod printer;
+pub mod server;