ZLUDA/process_address_table/Cargo.toml

21 lines
394 B
TOML
Raw Normal View History

[package]
name = "process_address_table"
version = "0.0.0"
authors = ["Andrzej Janik <vosen@vosen.pl>"]
edition = "2018"
[dependencies]
detours-sys = { path = "../detours-sys" }
libloading = "0.8"
[dependencies.windows]
version = "0.48"
features = [
"Win32_Foundation",
"Win32_System_Diagnostics_Debug",
"Win32_System_LibraryLoader",
]
[package.metadata.zluda]
debug_only = true