use derive_more for Deref implementation on Handle

This commit is contained in:
2025-12-07 11:35:04 +00:00
parent fb910d7237
commit cb1c6b936e
2 changed files with 8 additions and 11 deletions
+6 -1
View File
@@ -9,7 +9,12 @@ repository = "https://github.com/elituf/haxor"
keywords = ["memory", "game", "hacking", "process"]
[dependencies]
derive_more = { version = "2", features = ["debug", "display", "from"] }
derive_more = { version = "2", features = [
"debug",
"deref",
"display",
"from",
] }
log = "0.4"
thiserror = "2"
windows = { version = "0.62", features = [