mirror of
https://github.com/massgravel/ohook-rs.git
synced 2024-11-23 23:10:56 +07:00
044af0e99d
This affects the source code only, output binary hashes remain the same.
31 lines
461 B
TOML
31 lines
461 B
TOML
[package]
|
|
edition = "2021"
|
|
rust-version = "1.77.1"
|
|
name = "shook"
|
|
version = "0.1.1"
|
|
description = "A rust implementation of ohook"
|
|
keywords = [
|
|
"activator",
|
|
"office",
|
|
"ohook",
|
|
]
|
|
categories = [
|
|
"no-std",
|
|
"no-std::no-alloc",
|
|
]
|
|
license = "MIT"
|
|
repository = "https://github.com/massgravel/ohook-rs"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[profile.dev]
|
|
opt-level = 1
|
|
lto = true
|
|
panic = "abort"
|
|
|
|
[profile.release]
|
|
lto = true
|
|
panic = "abort"
|
|
strip = true
|