mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-15 11:27:53 +08:00
48cb0d3e7b
The AGPL license was just too restrictive, better to put effort in a Enterprise, paid version.
8 lines
162 B
Rust
8 lines
162 B
Rust
use pimalaya_cli::build::{features_env, git_envs, target_envs};
|
|
|
|
fn main() {
|
|
features_env(include_str!("./Cargo.toml"));
|
|
target_envs();
|
|
git_envs();
|
|
}
|