diff --git a/Cargo.toml b/Cargo.toml index ccd4a8d..abebbfb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxidizer" -version = "0.3.3" +version = "0.4.0" authors = ["Zach Griffin (0xTas) "] description = "An attempt at reversible Batch obfuscation." repository = "https://github.com/0xTas/0xidiz3r" @@ -14,6 +14,7 @@ clap = { version = "4.0.18", features = ["derive"] } rand = "0.8.5" regex = "1.6.0" + [profile.release] lto = true strip = true \ No newline at end of file