diff options
| author | Valentin Popov <valentin@popov.link> | 2026-06-22 16:11:21 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-06-22 16:11:21 +0300 |
| commit | 0b23cf48e7aba160b2786d8359e8cfb4ca13da07 (patch) | |
| tree | fe76daf7987d78fae1537c07cb1bddc96e79876f /crates/fparkan-world/Cargo.toml | |
| parent | 7356238ffbdb8d0e1229124eff23295cf3f410e2 (diff) | |
| download | fparkan-0b23cf48e7aba160b2786d8359e8cfb4ca13da07.tar.xz fparkan-0b23cf48e7aba160b2786d8359e8cfb4ca13da07.zip | |
fix: use canonical sha256 world hashes
Diffstat (limited to 'crates/fparkan-world/Cargo.toml')
| -rw-r--r-- | crates/fparkan-world/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/fparkan-world/Cargo.toml b/crates/fparkan-world/Cargo.toml index e336d07..a9ae709 100644 --- a/crates/fparkan-world/Cargo.toml +++ b/crates/fparkan-world/Cargo.toml @@ -6,6 +6,7 @@ license.workspace = true repository.workspace = true [dependencies] +fparkan-binary = { path = "../fparkan-binary" } [lints] workspace = true |
