yuzuha-patch/yuzuha/Cargo.toml
2025-06-21 15:38:09 +03:00

22 lines
434 B
TOML

[package]
name = "yuzuha"
edition = "2024"
version.workspace = true
[lib]
name = "yuzuha"
crate-type = ["cdylib"]
[dependencies]
ilhook.workspace = true
num_enum.workspace = true
windows = { workspace = true, features = [
"Win32_Foundation",
"Win32_System_SystemServices",
"Win32_System_LibraryLoader",
"Win32_System_Console",
"Win32_System_Threading",
"Win32_System_Memory",
] }
yuzuha-codegen = { path = "yuzuha-codegen" }