Add parsing and finding the failed derivation
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
parent
a7986584d5
commit
85c6a8f169
9 changed files with 985 additions and 76 deletions
|
|
@ -6,6 +6,17 @@ license.workspace = true
|
|||
authors.workspace = true
|
||||
readme.workspace = true
|
||||
|
||||
[[test]]
|
||||
name = "sample-logs"
|
||||
harness = false
|
||||
|
||||
[dependencies]
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
serde_repr.workspace = true
|
||||
thiserror = { workspace = true }
|
||||
displaydoc = { workspace = true }
|
||||
itertools = "0.14"
|
||||
|
||||
[dev-dependencies]
|
||||
datatest-stable.workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue