diff options
| author | Valentin Popov <valentin@popov.link> | 2026-06-22 15:49:32 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-06-22 15:49:32 +0300 |
| commit | 91c7a8a14ed6f482db873acf828bf673a58e883b (patch) | |
| tree | e59b2a95ff7fb9006a6873d9a8a502bc30a41934 /Cargo.lock | |
| parent | 8b91a0bfbf0097d145359c8508a61696ade812d1 (diff) | |
| download | fparkan-91c7a8a14ed6f482db873acf828bf673a58e883b.tar.xz fparkan-91c7a8a14ed6f482db873acf828bf673a58e883b.zip | |
fix: make corpus reports explicit and fallible
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -82,6 +82,7 @@ name = "fparkan-corpus" version = "0.1.0" dependencies = [ "fparkan-binary", + "fparkan-nres", "fparkan-path", ] |
