mirror of
https://github.com/safedv/RustVEHSyscalls
synced 2026-06-06 16:44:30 +00:00
19 lines
445 B
TOML
19 lines
445 B
TOML
[package]
|
|
name = "rust-veh-syscalls"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["safedv <https://github.com/safedv>"]
|
|
|
|
[dependencies]
|
|
winapi = {version = "0.3.9", features =["winnt", "errhandlingapi", "heapapi", "winuser"]}
|
|
libc-print = { version = "0.1.23", optional = true }
|
|
|
|
[dev-dependencies]
|
|
winapi = {version = "0.3.9", features =["memoryapi"]}
|
|
ntapi = "0.4"
|
|
libc-print = "0.1.23"
|
|
|
|
[features]
|
|
default = ["debug"]
|
|
debug = ["libc-print"]
|