diff --git a/src/lib.rs b/src/lib.rs index eb276bc..1427739 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,6 +1,7 @@ pub const VERSION: &str = env!("CARGO_PKG_VERSION"); pub mod shell; + mod commands; mod ps; mod rc; \ No newline at end of file