summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index b390f4b..22661ed 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1 +1,7 @@
+pub use error::{Error, Result};
+
+pub mod color;
pub mod dbus;
+pub mod error;
+pub mod i3bar;
+pub mod mpris;