[package] name = "driver" version = "0.1.0" authors = ["Fuwn "] edition = "2021" description = "" homepage = "https://github.com/LibreAccel/driver" repository = "https://github.com/LibreAccel/driver" license = "MIT" publish = false [lib] crate-type = ["cdylib"] # test = false # bench = false [build-dependencies] windows-kernel-build = { path = "../windows-kernel-build" } [dependencies] winapi = { git = "https://github.com/Trantect/winapi-rs.git", branch = "feature/km", features = ["wdm", "ntstatus", "ntdef"] } windows-kernel-rs = { path = "../windows-kernel-rs" }