summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..42f026d
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,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"