xtask_cmdwrap/
lib.rs

1pub use xtask_cmdwrap_macro::cmd as command;
2
3// TODO: guard behind feature flags
4#[cfg(feature = "make")]
5pub mod make;