Feature Changes

Added a Token Credential Manager - Closes #4
Added TUI Menu - Closes #2
This commit is contained in:
brotoskyj
2026-01-16 10:26:17 -05:00
parent 6169e6065d
commit ff9a46c05c
6 changed files with 160 additions and 31 deletions
-1
View File
@@ -25,6 +25,5 @@ pub async fn update() {
println!("URL: https://git.racooncity.org/brotoskyj/RhythmWorks/releases");
thread::sleep(std::time::Duration::from_secs(10));
std::process::exit(1);
} else {
}
}