diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 22 |
1 files changed, 14 insertions, 8 deletions
@@ -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] |
