ohook-rs/Cargo.toml
2024-04-07 00:09:44 +00:00

22 lines
267 B
TOML

[package]
name = "shook"
version = "0.1.0"
edition = "2021"
rust-version = "1.77.1"
[lib]
crate-type = ["cdylib"]
[dependencies]
windows-sys = "0.52"
[profile.dev]
lto = true
opt-level = 1
panic = "abort"
[profile.release]
lto = true
panic = "abort"
strip = true