diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-10-10 14:26:27 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-10-10 14:26:27 +0200 |
| commit | f35edbd85b87090b64434a6996e1623ea5e76052 (patch) | |
| tree | a85aa1e725f9921aafeb7dae9e2d184f74a8052d /Cargo.lock | |
| parent | 104742a23677ba7b2507f989bc02c8a03226c3b2 (diff) | |
| download | hurrycurry-f35edbd85b87090b64434a6996e1623ea5e76052.tar hurrycurry-f35edbd85b87090b64434a6996e1623ea5e76052.tar.bz2 hurrycurry-f35edbd85b87090b64434a6996e1623ea5e76052.tar.zst | |
Implement more aggressive recipe/demand filtering; fixes book in many maps
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1019,6 +1019,7 @@ dependencies = [ "clap", "hurrycurry-locale", "hurrycurry-protocol", + "log", "serde", "serde_json", "serde_yml", |