Files
aiken/crates/aiken-project/build.rs
KtorZ d56d5180cf Move compile-time build info to aiken-project
So that we can use it as part of the blueprints.
2023-10-06 14:08:47 +02:00

4 lines
96 B
Rust

fn main() {
built::write_built_file().expect("Failed to acquire build-time information");
}