shell-cell 0.3.4

Shell-Cell. CLI app to spawn and manage containerized shell environments
1
2
3
4
#[allow(clippy::expect_used)]
fn main() {
    built::write_built_file().expect("should acquire build-time information");
}