-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathCargo.toml
More file actions
24 lines (21 loc) · 550 Bytes
/
Cargo.toml
File metadata and controls
24 lines (21 loc) · 550 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "yarn-lock-parser"
description = "yarn.lock parser"
version = "0.14.0"
authors = [
"Roberto Huertas <roberto.huertas@outlook.com>",
"Riccardo Attilio Galli <riccardo@sideralis.org>",
]
edition = "2024"
license = "MIT"
repository = "https://github.com/robertohuertasm/yarn-lock-parser"
readme = "README.md"
keywords = ["yarn", "parser"]
categories = ["parsing"]
exclude = [".github/*", "tests/*"]
[badges]
maintenance = { status = "actively-developed" }
[dependencies]
nom = "8.0.0"
nom-language = "0.1.0"
thiserror = "2.0.17"