diff options
author | Cara Salter <cara@devcara.com> | 2023-03-26 12:05:27 -0400 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2023-03-26 12:05:27 -0400 |
commit | b59b5a9bcbc64902366f6da21c84cb20be61efb8 (patch) | |
tree | ae5dcf03ebfd4b9f7ff26e54195b4d31317b0597 /src/cli/mod.rs | |
download | modpackman-ng-master.tar.gz modpackman-ng-master.zip |
Diffstat (limited to 'src/cli/mod.rs')
-rw-r--r-- | src/cli/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cli/mod.rs b/src/cli/mod.rs new file mode 100644 index 0000000..04f7bac --- /dev/null +++ b/src/cli/mod.rs @@ -0,0 +1,2 @@ +pub mod updates; +pub mod install;
\ No newline at end of file |