Move compile-time build info to aiken-project

So that we can use it as part of the blueprints.
This commit is contained in:
KtorZ
2023-10-06 14:08:47 +02:00
parent bd61a2ddf3
commit d56d5180cf
8 changed files with 40 additions and 48 deletions

View File

@@ -0,0 +1,3 @@
fn main() {
built::write_built_file().expect("Failed to acquire build-time information");
}