File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ members = ["crates/*"]
33resolver = " 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",
Original file line number Diff line number Diff line change 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 ]
1112nom = { workspace = true }
You can’t perform that action at this time.
0 commit comments