mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
7 lines
176 B
Rust
7 lines
176 B
Rust
fn main() {
|
|
let mut opts = built::Options::default();
|
|
opts.set_dependencies(true);
|
|
|
|
built::write_built_file().expect("Failed to acquire build-time information");
|
|
}
|