mirror of
https://github.com/joaoviictorti/shadow-rs.git
synced 2026-01-14 13:04:42 +01:00
- Updating module documentation - Adding new features - Refactoring all code to improve readability
13 lines
231 B
TOML
13 lines
231 B
TOML
extend = "target/rust-driver-makefile.toml"
|
|
|
|
[config]
|
|
load_script = '''
|
|
#!@rust
|
|
//! ```cargo
|
|
//! [dependencies]
|
|
//! wdk-build = "0.2.0"
|
|
//! ```
|
|
#![allow(unused_doc_comments)]
|
|
|
|
wdk_build::cargo_make::load_rust_driver_makefile()?
|
|
''' |