mirror of
https://github.com/S3N4T0R-0X0/APTs-Adversary-Simulation.git
synced 2026-08-04 09:41:40 +02:00
19 lines
372 B
TOML
19 lines
372 B
TOML
[package]
|
|
name = "reddit"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
winapi = { version = "0.3.9", features = [
|
|
"winreg", "winnt", "minwindef", "handleapi", "tlhelp32",
|
|
"memoryapi", "processthreadsapi", "errhandlingapi", "synchapi",
|
|
"sysinfoapi", "debugapi"
|
|
] }
|
|
chrono = "0.4"
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
lto = true
|
|
codegen-units = 1
|
|
strip = true
|