summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 1b05904..d93ba19 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -31,5 +31,6 @@ pub mod status;
pub mod tab;
pub mod term_manager;
pub mod trash;
+pub mod tree;
pub mod utils;
pub mod visited;