4 lines
191 B
Rust
4 lines
191 B
Rust
|
|
// Vial config is automatically generated by `build.rs`, according to `vial.json`
|
||
|
|
// Please put `vial.json` at your project's root
|
||
|
|
include!(concat!(env!("OUT_DIR"), "/config_generated.rs"));
|