mirror of
https://github.com/joaoviictorti/shadow-rs.git
synced 2026-01-01 22:54:35 +01:00
16 lines
361 B
TOML
16 lines
361 B
TOML
extend = "target/rust-driver-makefile.toml"
|
|
|
|
[env]
|
|
CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true
|
|
|
|
[config]
|
|
load_script = '''
|
|
#!@rust
|
|
//! ```cargo
|
|
//! [dependencies]
|
|
//! wdk-build = { git = "https://github.com/joaoviictorti/windows-drivers-rs.git", branch = "master" }
|
|
//! ```
|
|
#![allow(unused_doc_comments)]
|
|
|
|
wdk_build::cargo_make::load_rust_driver_makefile()?
|
|
''' |