Update Cargo.toml

This commit is contained in:
joaoviictorti
2025-05-07 13:05:31 -03:00
parent 1bacabff8e
commit 145177ae94
3 changed files with 1 additions and 9 deletions

1
driver/Cargo.lock generated
View File

@@ -619,6 +619,7 @@ version = "0.1.0"
dependencies = [
"bitfield",
"common",
"log",
"ntapi",
"obfstr",
"spin",

View File

@@ -1,4 +1,3 @@
[workspace]
[package]
name = "shadow"
version = "0.1.0"

View File

@@ -22,14 +22,6 @@ ntapi = { version = "0.4.1", default-features = false }
thiserror = { version = "2.0.10", default-features = false }
common = { path = "../common" }
[profile.dev]
panic = "abort"
lto = true
[profile.release]
panic = "abort"
lto = true
[package.metadata.wdk.driver-model]
driver-type = "KMDF"
kmdf-version-major = 1