build: add boilerplate
This commit is contained in:
parent
e41ce7ed56
commit
14633c7665
1 changed files with 5 additions and 0 deletions
5
build.rs
5
build.rs
|
|
@ -1,3 +1,8 @@
|
||||||
|
// SPDX-License-Identifier: GPL-3.0-only
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2024, Richard Acayan. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
use std::env;
|
use std::env;
|
||||||
use std::path::PathBuf;
|
use std::path::PathBuf;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue