diff options
| author | Valentin Popov <valentin@popov.link> | 2026-06-22 15:31:57 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-06-22 15:31:57 +0300 |
| commit | aa1b809bd804655da1f5662c1553698883a92b52 (patch) | |
| tree | 0567ad9b171a582835e84243fcb7df9476c1100e /crates/fparkan-resource/Cargo.toml | |
| parent | f69c893a401730339ad72610c573e20282573045 (diff) | |
| download | fparkan-aa1b809bd804655da1f5662c1553698883a92b52.tar.xz fparkan-aa1b809bd804655da1f5662c1553698883a92b52.zip | |
fix: strengthen resource fingerprints
Diffstat (limited to 'crates/fparkan-resource/Cargo.toml')
| -rw-r--r-- | crates/fparkan-resource/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/fparkan-resource/Cargo.toml b/crates/fparkan-resource/Cargo.toml index 44e13c5..488b783 100644 --- a/crates/fparkan-resource/Cargo.toml +++ b/crates/fparkan-resource/Cargo.toml @@ -6,6 +6,7 @@ license.workspace = true repository.workspace = true [dependencies] +fparkan-binary = { path = "../fparkan-binary" } fparkan-nres = { path = "../fparkan-nres" } fparkan-path = { path = "../fparkan-path" } fparkan-rsli = { path = "../fparkan-rsli" } |
