feat: add pumpbin maker

This commit is contained in:
b1n
2024-06-21 20:04:21 +08:00
parent 8615191aa1
commit afe0840adb
6 changed files with 867 additions and 823 deletions

View File

@@ -2,13 +2,18 @@
name = "pumpbin"
version = "0.1.0"
edition = "2021"
default-run = "pumpbin"
authors = ["b1n <b1n@b1n.io>"]
license = "MIT"
homepage = "https://b1n.io"
repository = "https://github.com/pumpbin/pumpbin"
[[bin]]
name = "maker"
path = "src/bin/maker.rs"
[dependencies]
rfd = { version = "0.14.1", default-features = false , features = ["tokio"]}
rfd = { version = "0.14.1", default-features = false}
dirs = "5.0.1"
flatbuffers = "24.3.25"
open = "5.1.4"