Skip to content

Commit 07546b9

Browse files
committed
update description
1 parent 3c60250 commit 07546b9

2 files changed

Lines changed: 13 additions & 12 deletions

File tree

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
authors = ["Shrey Somaiya"]
7-
categories = ["parsing", "parser-implementations"]
8-
# description = "A simple yarn berry lockfile parser"
9-
edition = "2024"
10-
version = "0.4.0"
6+
authors = ["Shrey Somaiya"]
7+
categories = ["parsing", "parser-implementations"]
8+
description = "A simple yarn berry lockfile parser"
9+
edition = "2024"
10+
version = "0.4.0"
1111
# keywords = [
1212
# "yarn",
1313
# "berry",

crates/berry-core/Cargo.toml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[package]
2-
authors.workspace = true
3-
categories.workspace = true
4-
edition.workspace = true
5-
license.workspace = true
6-
name = "berry"
7-
repository.workspace = true
8-
version = "0.4.0"
2+
authors.workspace = true
3+
categories.workspace = true
4+
description.workspace = true
5+
edition.workspace = true
6+
license.workspace = true
7+
name = "berry"
8+
repository.workspace = true
9+
version = "0.4.0"
910

1011
[dependencies]
1112
nom = { workspace = true }

0 commit comments

Comments
 (0)