Add custom make args (#59)

This commit is contained in:
Aetias
2024-05-16 02:53:14 +02:00
committed by GitHub
parent 3e5008524e
commit b457453639
5 changed files with 16 additions and 2 deletions

View File

@@ -18,6 +18,8 @@ pub struct ProjectConfig {
#[serde(default)]
pub custom_make: Option<String>,
#[serde(default)]
pub custom_args: Option<Vec<String>>,
#[serde(default)]
pub target_dir: Option<PathBuf>,
#[serde(default)]
pub base_dir: Option<PathBuf>,