aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/res.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mingling/src/res.rs')
-rw-r--r--mingling/src/res.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/mingling/src/res.rs b/mingling/src/res.rs
new file mode 100644
index 0000000..d625f8f
--- /dev/null
+++ b/mingling/src/res.rs
@@ -0,0 +1,2 @@
+mod exit_code;
+pub use exit_code::*;