diff options
| author | Valentin Popov <valentin@popov.link> | 2026-06-30 00:49:03 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-06-30 00:49:03 +0300 |
| commit | d0bc7f2f26f0b1a983c26fa24932e9364ae917e2 (patch) | |
| tree | 38073cd85a37f61444bf3d81f088dc5afbfff4f5 /crates/fparkan-rsli/Cargo.toml | |
| parent | 146446d3e2679fc79a46603f0008e3deab1ac6b5 (diff) | |
| download | fparkan-d0bc7f2f26f0b1a983c26fa24932e9364ae917e2.tar.xz fparkan-d0bc7f2f26f0b1a983c26fa24932e9364ae917e2.zip | |
fix: tighten nres and rsli decode contracts
Diffstat (limited to 'crates/fparkan-rsli/Cargo.toml')
| -rw-r--r-- | crates/fparkan-rsli/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/fparkan-rsli/Cargo.toml b/crates/fparkan-rsli/Cargo.toml index 481788d..707144a 100644 --- a/crates/fparkan-rsli/Cargo.toml +++ b/crates/fparkan-rsli/Cargo.toml @@ -6,6 +6,7 @@ license.workspace = true repository.workspace = true [dependencies] +fparkan-binary = { path = "../fparkan-binary" } flate2 = { version = "1", default-features = false, features = ["rust_backend"] } [lints] |
