mirror of
https://github.com/pimalaya/himalaya.git
synced 2024-12-09 21:18:39 +03:00
8 lines
162 B
Rust
8 lines
162 B
Rust
use pimalaya_tui::build::{features_env, git_envs, target_envs};
|
|
|
|
fn main() {
|
|
features_env(include_str!("./Cargo.toml"));
|
|
target_envs();
|
|
git_envs();
|
|
}
|