diff options
Diffstat (limited to 'dev/ci/build.rs')
| -rw-r--r-- | dev/ci/build.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/ci/build.rs b/dev/ci/build.rs new file mode 100644 index 0000000..e0bcc0c --- /dev/null +++ b/dev/ci/build.rs @@ -0,0 +1,6 @@ +use mingling::build::analyze_and_build_type_mapping; + +fn main() { + analyze_and_build_type_mapping().unwrap(); +} + |
