From 4477c81b816959487dd9036ffc20053840b092d2 Mon Sep 17 00:00:00 2001 From: futile Date: Wed, 3 Dec 2025 12:39:23 +0000 Subject: [PATCH] update Cargo.toml --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5066c70..b8567f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "haxor" version = "0.1.0" -edition = "2021" -description = "memory hacking library" +edition = "2024" readme = "README.md" -repository = "https://codeberg.org/futile/haxor" license = "Apache-2.0" +description = "memory hacking library" +repository = "https://github.com/elituf/haxor" keywords = ["memory", "game", "hacking", "process"] [dependencies]