2023-05-24 19:11:56 -07:00

9 lines
122 B
Rust

use crate::gen::gen_cxx_binding;
#[path = "../include/gen.rs"]
mod gen;
fn main() {
gen_cxx_binding("policy-rs");
}