Skip to content

Commit

Permalink
parse description
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Jul 26, 2023
1 parent ef6792b commit 4971987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/nargo/src/manifest/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pub struct WorkspaceConfig {
#[derive(Default, Debug, Deserialize, Clone)]
pub struct PackageMetadata {
pub name: String,
// Note: a package name is not needed unless there is a registry
description: Option<String>,
authors: Vec<String>,
// If not compiler version is supplied, the latest is used
// For now, we state that all packages must be compiled under the same
Expand Down

0 comments on commit 4971987

Please sign in to comment.