move codegen to separate crate

This commit is contained in:
ThetaDev 2022-09-16 01:37:02 +02:00
parent 8548bc81e9
commit d6cfc7e914
15 changed files with 423 additions and 243 deletions

View file

@ -4,18 +4,14 @@
#[macro_use]
mod macros;
// #[cfg(test)]
// mod codegen;
mod deobfuscate;
mod dictionary;
mod serializer;
mod timeago;
mod util;
// pub mod client;
pub mod cache;
pub mod client;
pub mod download;
pub mod model;
pub mod report;
pub mod timeago;