first successful download

This commit is contained in:
ThetaDev 2022-08-06 23:37:27 +02:00
parent a6041a013b
commit beb1177a11
16 changed files with 4076 additions and 121 deletions

View file

@ -3,11 +3,11 @@
#[macro_use]
mod macros;
mod util;
mod serializer;
mod cache;
mod deobfuscate;
mod serializer;
mod util;
pub mod model;
pub mod client;
pub mod download;
pub mod model;