diff options
| author | taitep <taitep@taitep.se> | 2025-12-21 19:06:23 +0100 |
|---|---|---|
| committer | taitep <taitep@taitep.se> | 2025-12-21 19:06:23 +0100 |
| commit | 944ed573c6f69e34c56179f98efd71b05e2bb02b (patch) | |
| tree | a0058426e9a4d7fc4c9f0a26a6fe86f3627284b2 /Cargo.toml | |
| parent | 2e1c0a7dce7b5ce225b7ac56897eff2c65acdaa7 (diff) | |
Switch the current binary to use anyhow errors and add a proper argument number check
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,4 +4,5 @@ version = "0.0.0" edition = "2024" [dependencies] +anyhow = "1.0.100" memmap2 = "0.9.8" |
