1 2 3 4 5 6 7 8
use cu29_derive::copper_runtime; const CONFIG_FILE: &str = "/path/to/config.ron"; #[copper_runtime(config = CONFIG_FILE)] struct MyApplicationStruct; fn main() {}