malware/Cargo.toml

18 lines
342 B
TOML
Raw Normal View History

2023-01-29 22:57:37 -05:00
[package]
name = "malware"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sysinfo = "0.27.7"
webhook = "2.1.2"
cienli = "0.3.1"
tokio = { version = "1.0", features = ["full"] }
rand = "0.8.5"
[profile.release]
strip = true
opt-level = "z"