summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml22
1 files changed, 14 insertions, 8 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5226e18..4f2819f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,21 +1,27 @@
[package]
+edition = "2021"
+rust-version = "1.77.1"
name = "shook"
-version = "0.1.0"
+version = "0.1.1"
description = "A rust implementation of ohook"
-repository = "https://github.com/massgravel/ohook-rs"
+keywords = [
+ "activator",
+ "office",
+ "ohook",
+]
+categories = [
+ "no-std",
+ "no-std::no-alloc",
+]
license = "MIT"
-edition = "2021"
-rust-version = "1.77.1"
+repository = "https://github.com/massgravel/ohook-rs"
[lib]
crate-type = ["cdylib"]
-[dependencies]
-windows-sys = "0.52"
-
[profile.dev]
-lto = true
opt-level = 1
+lto = true
panic = "abort"
[profile.release]