feat!: compress plugin via zlib

This commit is contained in:
b1n
2024-07-09 15:47:39 +08:00
parent c4fceb6c58
commit 8f7955aa7f
4 changed files with 21 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "pumpbin"
version = "1.0.0"
version = "1.1.0"
authors = ["b1n <b1n@b1n.io>"]
edition = "2021"
description = "PumpBin is an Implant Generation Platform."
@@ -28,6 +28,7 @@ capnp = "0.19"
extism = "1.4.1"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.120"
flate2 = "1.0.30"
[dependencies.iced]
version = "0.13.0-dev"