make dependencies optional in Aiken's manifest.
This commit is contained in:
parent
414a114530
commit
2aad1794a1
|
@ -11,6 +11,7 @@ pub struct Config {
|
|||
#[serde(default)]
|
||||
pub description: String,
|
||||
pub repository: Option<Repository>,
|
||||
#[serde(default)]
|
||||
pub dependencies: Vec<Dependency>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue