summaryrefslogtreecommitdiffstats
path: root/xtask/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'xtask/build.rs')
-rw-r--r--xtask/build.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/xtask/build.rs b/xtask/build.rs
new file mode 100644
index 0000000..6755961
--- /dev/null
+++ b/xtask/build.rs
@@ -0,0 +1,5 @@
+fn main() {
+ // Calling `build_info_build::build_script` collects all data and makes it available to
+ // `build_info::build_info!` and `build_info::format!` in the main program.
+ build_info_build::build_script();
+}