From 044af0e99d40a449c855d989feb7ad8ff042783f Mon Sep 17 00:00:00 2001 From: Ave Date: Fri, 12 Apr 2024 00:44:51 +0000 Subject: Remove windows-sys dependency and code cleanup This affects the source code only, output binary hashes remain the same. --- Cargo.toml | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) (limited to 'Cargo.toml') 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] -- cgit v1.2.3