use derive_more for From implementations on Identifier

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