First draft of modpack module

This commit is contained in:
Daniel Hutzley
2021-11-17 20:34:21 -08:00
parent 359e81083e
commit a204df5e11
6 changed files with 464 additions and 156 deletions

View File

@@ -20,6 +20,7 @@ bytes = "1"
zip = "0.5"
sha1 = { version = "0.6.0", features = ["std"]}
path-clean = "0.1.0"
fs_extra = "1.2.0"
regex = "1.5"
lazy_static = "1.4"
@@ -27,4 +28,4 @@ lazy_static = "1.4"
tokio = { version = "1", features = ["full"] }
futures = "0.3"
sys-info = "0.9.0"
sys-info = "0.9.0"