1 2 3 4 5 6 7 8 9
/*! live_sync (stub) * * Legacy facial+voice congruence demo. * Disabled in v2-fast-green to keep workspace compiling without heavy deps. */ fn main() { eprintln!("live_sync demo disabled in v2-fast-green (vision feature not built)."); }