aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 794a819c..f2058aee 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -45,6 +45,9 @@ extern crate xdg;
extern crate bitflags;
#[macro_use]
+extern crate log;
+
+#[macro_use]
pub mod macros;
pub mod ansi;
@@ -56,6 +59,7 @@ pub mod event_loop;
pub mod grid;
pub mod index;
pub mod input;
+pub mod logging;
pub mod meter;
pub mod renderer;
pub mod selection;