Metadata state management

This commit is contained in:
Jai A
2021-12-15 22:24:08 -07:00
parent 104afe1bb1
commit e9851a8e23
11 changed files with 198 additions and 53 deletions

View File

@@ -1,13 +1,9 @@
use std::{
collections::HashSet,
convert::TryFrom,
path::{Path, PathBuf},
};
use std::{collections::HashSet, convert::TryFrom, path::PathBuf};
use crate::launcher::ModLoader;
use super::{
manifest::{ManifestEnv, ManifestEnvs, ManifestHashes},
manifest::{ManifestEnvs, ManifestHashes},
pack::{ModpackEnv, ModpackFile, ModpackFileHashes, ModpackGame},
ModpackError, ModpackResult,
};