From 6d7c85fb2ce657e8e5a79c3223dd981958176ff8 Mon Sep 17 00:00:00 2001 From: Ave <112294121+ave9858@users.noreply.github.com> Date: Sun, 7 Apr 2024 20:28:48 +0000 Subject: [PATCH] add crates.io required metadata --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) 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"