From ccf603c81bd11864aabae5e98c9888854fe885cb Mon Sep 17 00:00:00 2001 From: Naz Date: Sun, 27 Jul 2025 14:42:21 +0100 Subject: =?UTF-8?q?=E2=9C=A8feat:=20add=20AppImage=20download=20with=20pro?= =?UTF-8?q?gress=20tracking?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 4604c31..5fa0a6b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,7 +1,9 @@ mod args; +mod tui; mod types; pub use crate::args::*; +pub use crate::tui::*; pub use crate::types::*; use std::path::PathBuf; -- cgit v1.2.3