18 lines
274 B
TOML
18 lines
274 B
TOML
[package]
|
|
name = "loadpe-rs"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
object = "0.36.7"
|
|
thiserror = "2.0.9"
|
|
|
|
[build]
|
|
target = "i686-pc-windows-msvc"
|
|
|
|
[dependencies.windows]
|
|
version = "0.58.0"
|
|
features=[
|
|
"Win32_System_Memory",
|
|
"Win32_System_LibraryLoader"
|
|
] |