Files
boxmaker/crates/gatewayd/src/main.rs
T
kyle 8dc04b1d48 Add Cargo workspace, crate skeletons and the gate
Implemented-By: Laguna S 2.1 (OpenCode)
2026-09-17 06:45:02 -07:00

5 lines
94 B
Rust

fn main() {
eprintln!("gatewayd: not implemented until M4");
std::process::exit(2);
}