6 lines
96 B
Rust
6 lines
96 B
Rust
// pub mod protest;
|
|
|
|
pub mod protest {
|
|
include!(concat!(env!("OUT_DIR"), "/protest.rs"));
|
|
}
|