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 /Cargo.lock | |
| parent | f69c893a401730339ad72610c573e20282573045 (diff) | |
| download | fparkan-aa1b809bd804655da1f5662c1553698883a92b52.tar.xz fparkan-aa1b809bd804655da1f5662c1553698883a92b52.zip | |
fix: strengthen resource fingerprints
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -81,6 +81,7 @@ dependencies = [ name = "fparkan-corpus" version = "0.1.0" dependencies = [ + "fparkan-binary", "fparkan-path", ] @@ -199,6 +200,7 @@ dependencies = [ name = "fparkan-resource" version = "0.1.0" dependencies = [ + "fparkan-binary", "fparkan-nres", "fparkan-path", "fparkan-rsli", @@ -263,6 +265,7 @@ dependencies = [ name = "fparkan-vfs" version = "0.1.0" dependencies = [ + "fparkan-binary", "fparkan-path", ] |
