This commit is contained in:
2024-12-07 17:33:39 -05:00
commit b87bb4d85f
7 changed files with 842 additions and 0 deletions

6
src/lib.rs Normal file
View File

@ -0,0 +1,6 @@
pub const VERSION: &str = env!("CARGO_PKG_VERSION");
pub mod shell;
mod commands;
mod ps;
mod rc;