1 2 3 4 5 6
//! Default binary stub. Engine and API moved to workspace crates. //! Run: cargo run -p bpm-server-rest for REST API. fn main() { println!("BPM Engine. Use: cargo run -p bpm-server-rest for REST API."); }