summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authortaitep <taitep@taitep.se>2025-12-23 19:56:42 +0100
committertaitep <taitep@taitep.se>2025-12-23 19:56:42 +0100
commit8ed4845d587eff7ba0252bedf34f98de8802153d (patch)
tree56c6140eaddffef52802461ca435aeda001348e4 /Cargo.toml
parent36faa1e39c8675a84d7b7762d17e14640e991907 (diff)
ADD ELF SUPPORT
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c4c3ece..91b641a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,5 +5,6 @@ edition = "2024"
[dependencies]
anyhow = "1.0.100"
+goblin = "0.10.4"
memmap2 = "0.9.8"
nix = { version = "0.30.1", features = ["fs"] }