mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-16 04:17:56 +08:00
8 lines
166 B
Rust
8 lines
166 B
Rust
use pimalaya_toolbox::build::{features_env, git_envs, target_envs};
|
|
|
|
fn main() {
|
|
features_env(include_str!("./Cargo.toml"));
|
|
target_envs();
|
|
git_envs();
|
|
}
|