6 lines
98 B
Rust
6 lines
98 B
Rust
pub const VERSION: &str = env!("CARGO_PKG_VERSION");
|
|
|
|
pub mod shell;
|
|
mod commands;
|
|
mod ps;
|
|
mod rc; |