This commit is contained in:
rhpidfyre 2024-12-27 17:54:01 -05:00
parent 4c26ed1b9f
commit ad8c6a97c5

View File

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