mirror of
https://github.com/pumpbin/pumpbin
synced 2026-03-14 23:04:30 -07:00
chore: add WindowsResource
This commit is contained in:
17
Cargo.toml
17
Cargo.toml
@@ -1,12 +1,16 @@
|
||||
[package]
|
||||
name = "pumpbin"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
default-run = "pumpbin"
|
||||
authors = ["b1n <b1n@b1n.io>"]
|
||||
license = "MIT"
|
||||
edition = "2021"
|
||||
description = "PumpBin is an Implant Generation Platform."
|
||||
documentation = "https://pumpbin.b1n.io"
|
||||
readme = "README.md"
|
||||
homepage = "https://b1n.io"
|
||||
repository = "https://github.com/pumpbin/pumpbin"
|
||||
license = "MIT"
|
||||
build = "build.rs"
|
||||
default-run = "pumpbin"
|
||||
|
||||
[[bin]]
|
||||
name = "maker"
|
||||
@@ -24,6 +28,9 @@ memchr = "2.7.4"
|
||||
aes-gcm = "0.10.3"
|
||||
tokio = { version = "1.38.0", default-features = false , features = ["time"]}
|
||||
|
||||
[package.metadata.winresource]
|
||||
LegalCopyright = "Copyright (c) 2024 b1n <b1n@b1n.io>"
|
||||
|
||||
[dependencies.iced]
|
||||
version = "0.13.0-dev"
|
||||
git = "https://github.com/iced-rs/iced"
|
||||
@@ -31,8 +38,10 @@ rev = "6c1027af8d54ad21e282337b53097eb196d62c00"
|
||||
default-features = false
|
||||
features = ["advanced", "svg", "tokio", "wgpu"]
|
||||
|
||||
[target."cfg(windows)".build-dependencies]
|
||||
winresource = "0.1.17"
|
||||
|
||||
[profile.release]
|
||||
strip = true
|
||||
opt-level = 3
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
|
||||
Reference in New Issue
Block a user