move lib to its own repo

This commit is contained in:
2024-12-24 17:47:59 -05:00
parent b594d807bb
commit 398f97c716
4 changed files with 126 additions and 66 deletions

View File

@ -3,4 +3,5 @@ pub const VERSION: &str = env!("CARGO_PKG_VERSION");
pub mod shell;
mod commands;
mod ps;
mod rc;
mod rc;
mod tests;