ZLUDA/process_address_table/Cargo.toml
Andrzej Janik 995bc95174
Build improvements (#206)
* Allow to create .zip package on Windows
* Allow to create .tar.gz package on Linux
* Add configuration for post-build Github CI
2024-04-28 01:22:43 +02:00

22 lines
410 B
TOML

[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
skip_zip = true