mirror of
https://github.com/S3N4T0R-0X0/APTs-Adversary-Simulation.git
synced 2026-08-04 09:41:40 +02:00
Add files via upload
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user