summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 42f026d73d94942dc0e00eb4d2f73d689bbb35c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[workspace]
members = [
  "crates/driver",
  "crates/windows-kernel-build",
  "crates/windows-kernel-rs",
  "crates/windows-kernel-sys",
  "crates/winioctl"
]

[profile.dev]
panic = "abort"

[profile.release]
lto = "fat"
codegen-units = 1
panic = "abort"