[dependencies.windows-sys]
version = "0.52"
[lib]
crate-type = ["cdylib"]
[package]
description = "A rust implementation of ohook"
edition = "2021"
license = "MIT"
name = "shook"
readme = "README.md"
repository = "https://github.com/massgravel/ohook-rs"
rust-version = "1.77.1"
version = "0.1.0"
[profile.dev]
lto = true
opt-level = 1
panic = "abort"
[profile.release]
lto = true
panic = "abort"
strip = true