led_client/embassy/embassy-sync/build.rs
2024-12-21 00:48:45 -05:00

8 lines
139 B
Rust

#[path = "./build_common.rs"]
mod common;
fn main() {
let mut cfgs = common::CfgSet::new();
common::set_target_cfgs(&mut cfgs);
}