Sign in Sign up
kretrod/lodestone Public
Branches
master
30 lines (27 loc) · 751 Bytes Raw
[workspace]
resolver = "2"
members = ["crates/core", "crates/cli", "crates/inject", "crates/client"]

[workspace.package]
version = "0.2.0"
edition = "2021"

[workspace.dependencies]
windows-sys = { version = "0.59", features = [
    "Win32_Foundation",
    "Win32_Security",
    "Win32_System_Threading",
    "Win32_System_Memory",
    "Win32_System_Diagnostics_Debug",
    "Win32_System_Diagnostics_ToolHelp",
    "Win32_System_ProcessStatus",
    "Win32_System_LibraryLoader",
    "Win32_System_SystemServices",
    "Win32_System_SystemInformation",
    "Win32_Graphics_Gdi",
    "Win32_Graphics_OpenGL",
    "Win32_UI_WindowsAndMessaging",
    "Win32_UI_Input_KeyboardAndMouse",
] }

[profile.release]
opt-level = 3
lto = "thin"
codegen-units = 1