summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 3e20bde..987f485 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -7,6 +7,7 @@ mod paths;
mod symlink;
mod tui;
mod error;
+mod github;
pub use crate::appimage::*;
pub use crate::args::*;
@@ -17,3 +18,4 @@ pub use crate::paths::*;
pub use crate::symlink::*;
pub use crate::tui::*;
pub use crate::error::*;
+pub use crate::github::*;