From 61e16712148c7820ca5b2d3937aab6a4caa570bb Mon Sep 17 00:00:00 2001 From: futile Date: Mon, 30 Dec 2024 20:29:40 +0000 Subject: [PATCH] add readme in Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 273c14f..2da49a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "haxor" version = "0.1.0" edition = "2021" description = "memory hacking library" +readme = "README.md" repository = "https://codeberg.org/futile/haxor" license = "Apache-2.0" keywords = ["memory", "game", "hacking", "process"]