summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorNaz <ndpm13@ch-naseem.com>2025-08-07 16:30:46 +0100
committerNaz <ndpm13@ch-naseem.com>2025-08-07 16:30:46 +0100
commite022abbdcb21f3b093727b68bd832807d7bfc720 (patch)
tree7a57274e7f0194e0d798fc194dc486ad348e2602 /src/lib.rs
parentc5157ee81b64f20c12ac11b7eb79e07bd3af1469 (diff)
✨feat: add the github functionality
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::*;