aboutsummaryrefslogtreecommitdiff
path: root/src/util/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/lib.rs')
-rw-r--r--src/util/lib.rs7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/util/lib.rs b/src/util/lib.rs
new file mode 100644
index 00000000..0bf09bf6
--- /dev/null
+++ b/src/util/lib.rs
@@ -0,0 +1,7 @@
+#[macro_use]
+extern crate log;
+
+pub mod background;
+pub mod config;
+pub mod data;
+pub mod error;