summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAve2024-04-07 20:28:48 +0000
committerAve2024-04-07 20:29:51 +0000
commit6d7c85fb2ce657e8e5a79c3223dd981958176ff8 (patch)
tree18ff8cb168d2eb7a55ffb417ee8879ca5f0ae0f5 /Cargo.toml
parentf824a732f93cbe12151bcef3a85533af9129b7a7 (diff)
downloadohook-rs-6d7c85fb2ce657e8e5a79c3223dd981958176ff8.zip
add crates.io required metadata
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 38248dd..5226e18 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,9 @@
[package]
name = "shook"
version = "0.1.0"
+description = "A rust implementation of ohook"
+repository = "https://github.com/massgravel/ohook-rs"
+license = "MIT"
edition = "2021"
rust-version = "1.77.1"