diff options
Diffstat (limited to 'zluda_dump/Cargo.toml')
-rw-r--r-- | zluda_dump/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zluda_dump/Cargo.toml b/zluda_dump/Cargo.toml index 5dc0e9e..b8f82ac 100644 --- a/zluda_dump/Cargo.toml +++ b/zluda_dump/Cargo.toml @@ -17,6 +17,7 @@ dynasmrt = "1.1" lazy_static = "1.4"
# we don't need elf32, but goblin has a bug where elf64 does not build without elf32
goblin = { version = "0.4", default-features = false, features = ["elf64", "elf32", "archive"] }
+paste = "1.0"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["libloaderapi", "debugapi", "std"] }
|