17 lines
449 B
TOML
17 lines
449 B
TOML
[package]
|
|
name = "curly-injector"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[features]
|
|
|
|
[dependencies]
|
|
ilhook = "2.1.1"
|
|
interceptor-rs = { git = "https://git.xeondev.com/ReversedRoomsMisc/interceptor-rs.git" }
|
|
regex = "1.11.1"
|
|
|
|
[profile.release]
|
|
strip = true # Automatically strip symbols from the binary.
|
|
lto = true # Link-time optimization.
|
|
opt-level = 3 # Optimization level 3.
|
|
codegen-units = 1 # Maximum size reduction optimizations.
|