Add tests and example for modpack support

This commit is contained in:
Daniel Hutzley
2021-11-20 11:56:44 -08:00
parent a204df5e11
commit 52ed070b5b
5 changed files with 459 additions and 60 deletions

View File

@@ -29,3 +29,9 @@ tokio = { version = "1", features = ["full"] }
futures = "0.3"
sys-info = "0.9.0"
[dev-dependencies]
argh = "0.1.6"
[[example]]
name = "download-pack"