summaryrefslogtreecommitdiff
path: root/crates/driver/Cargo.toml
blob: 51b9eaf46b85106a3c6900e6a1cea84b543a2436 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "driver"
version = "0.1.0"
authors = ["Fuwn <[email protected]>"]
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" }