mirror of
https://github.com/joaoviictorti/shadow-rs.git
synced 2026-01-24 01:34:35 +01:00
Update Cargo.toml
This commit is contained in:
1
driver/Cargo.lock
generated
1
driver/Cargo.lock
generated
@@ -619,6 +619,7 @@ version = "0.1.0"
|
||||
dependencies = [
|
||||
"bitfield",
|
||||
"common",
|
||||
"log",
|
||||
"ntapi",
|
||||
"obfstr",
|
||||
"spin",
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
[workspace]
|
||||
[package]
|
||||
name = "shadow"
|
||||
version = "0.1.0"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user