Complete refactor of modpacks, add modpack serialization

This commit is contained in:
Daniel Hutzley
2021-12-01 21:06:31 -08:00
parent 067a51338f
commit fe3581756f
5 changed files with 446 additions and 372 deletions

View File

@@ -1,7 +1,7 @@
use std::{path::PathBuf, time::Instant};
use argh::FromArgs;
use theseus::modpack::{fetch_modpack, manifest::ModpackSide};
use theseus::modpack::{fetch_modpack, pack::ModpackSide};
#[derive(FromArgs)]
/// Simple modpack download