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 c88dca7..b3e8c74 100644 --- a/zluda_dump/Cargo.toml +++ b/zluda_dump/Cargo.toml @@ -14,6 +14,7 @@ lz4-sys = "1.9" regex = "1.4"
dynasm = "1.1"
dynasmrt = "1.1"
+lazy_static = "1.4"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["libloaderapi", "debugapi", "std"] }
|