Skip to content

Commit

Permalink
add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kek kek kek committed Jul 13, 2023
1 parent 65ffc48 commit b56e21d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/nargo/src/manifest/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ pub struct Workspace {
#[derive(Default, Debug, Deserialize, Clone)]
#[serde(rename_all = "kebab-case")]
pub struct WorkspaceConfig {
/// List of members in this workspace.
pub members: Vec<String>,
/// Specifies the default crate to interact with in the context (similarly to how we have nargo as the default crate in this repository).
pub default_member: Option<String>,
}

Expand Down

0 comments on commit b56e21d

Please sign in to comment.