feat: re-export zip archive and file types

This commit is contained in:
Anna 2022-09-21 09:17:46 -04:00
parent 802679f7b7
commit 1e2f42046d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
use std::io::{Read, Seek};
use zip::ZipArchive;
pub use zip::{read::ZipFile, ZipArchive};
use crate::error::{Error, Result};
use crate::model::ModPack;