Add files via upload

This commit is contained in:
S3N4T0R
2026-03-03 21:04:45 -05:00
committed by GitHub
parent 91d4e94e5c
commit cc73b7e0d6
6 changed files with 19802 additions and 0 deletions
@@ -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