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