update Cargo.toml

This commit is contained in:
2025-12-03 12:39:23 +00:00
parent a9a1c4870c
commit 4477c81b81
+3 -3
View File
@@ -1,11 +1,11 @@
[package] [package]
name = "haxor" name = "haxor"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2024"
description = "memory hacking library"
readme = "README.md" readme = "README.md"
repository = "https://codeberg.org/futile/haxor"
license = "Apache-2.0" license = "Apache-2.0"
description = "memory hacking library"
repository = "https://github.com/elituf/haxor"
keywords = ["memory", "game", "hacking", "process"] keywords = ["memory", "game", "hacking", "process"]
[dependencies] [dependencies]