24 lines
541 B
TOML
24 lines
541 B
TOML
[package]
|
|
name = "launcher"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
il2cpp.workspace = true
|
|
metadata.workspace = true
|
|
dumpcs-gen.workspace = true
|
|
idapy-gen.workspace = true
|
|
proto-gen.workspace = true
|
|
|
|
windows = { workspace = true, features = [
|
|
"Win32_Foundation",
|
|
"Win32_System_Diagnostics_Debug",
|
|
"Win32_System_LibraryLoader",
|
|
"Win32_System_Memory",
|
|
"Win32_System_Threading",
|
|
"Win32_Security",
|
|
"Win32_System_SystemServices",
|
|
"Win32_System_SystemInformation",
|
|
"Win32_System_Console"
|
|
] }
|
|
|