Add initial parsing
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
parent
31e102a4ee
commit
f4e8137e17
6 changed files with 1098 additions and 6 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -4,3 +4,13 @@ version = "0.1.0"
|
|||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
annotate-snippets = "0.12.13"
|
||||
displaydoc = "0.2.5"
|
||||
serde = "1.0.228"
|
||||
serde_json = "1.0.149"
|
||||
thiserror = "2.0.18"
|
||||
winnow = { version = "0.7.14", features = ["unstable-recover"] }
|
||||
|
||||
[dev-dependencies]
|
||||
annotate-snippets = { version = "0.12.13", features = ["testing-colors"] }
|
||||
insta = "1.46.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue