diff options
Diffstat (limited to 'mling/src/proj_mgr')
| -rw-r--r-- | mling/src/proj_mgr/mod.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mling/src/proj_mgr/mod.rs b/mling/src/proj_mgr/mod.rs new file mode 100644 index 0000000..86c05e3 --- /dev/null +++ b/mling/src/proj_mgr/mod.rs @@ -0,0 +1,3 @@ +use mingling::macros::dispatcher; + +dispatcher!("install"); |
