diff options
| author | Naz <ndpm13@ch-naseem.com> | 2025-08-07 16:30:46 +0100 |
|---|---|---|
| committer | Naz <ndpm13@ch-naseem.com> | 2025-08-07 16:30:46 +0100 |
| commit | e022abbdcb21f3b093727b68bd832807d7bfc720 (patch) | |
| tree | 7a57274e7f0194e0d798fc194dc486ad348e2602 /src/lib.rs | |
| parent | c5157ee81b64f20c12ac11b7eb79e07bd3af1469 (diff) | |
✨feat: add the github functionality
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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::*; |
