build.rs (107B)
1 2 3 4 5 6 7
mod read_version; fn main() -> Result<(), Box<dyn std::error::Error>> { read_version::out()?; Ok(()) }