redox/src/cook.rs
2025-10-26 22:06:59 +07:00

8 lines
126 B
Rust

// avoid confusion with build.rs
pub mod cook_build;
pub mod fetch;
pub mod fs;
pub mod package;
pub mod pty;
pub mod script;