diff options
Diffstat (limited to 'mling/src/bin/cargo-mling.rs')
| -rw-r--r-- | mling/src/bin/cargo-mling.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mling/src/bin/cargo-mling.rs b/mling/src/bin/cargo-mling.rs new file mode 100644 index 0000000..4c285c6 --- /dev/null +++ b/mling/src/bin/cargo-mling.rs @@ -0,0 +1,3 @@ +fn main() { + mingling_cli::cli::run(); +} |
