summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authortaitep <taitep@taitep.se>2025-12-21 19:06:23 +0100
committertaitep <taitep@taitep.se>2025-12-21 19:06:23 +0100
commit944ed573c6f69e34c56179f98efd71b05e2bb02b (patch)
treea0058426e9a4d7fc4c9f0a26a6fe86f3627284b2 /Cargo.toml
parent2e1c0a7dce7b5ce225b7ac56897eff2c65acdaa7 (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.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 59f1a2f..003b0b5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,4 +4,5 @@ version = "0.0.0"
edition = "2024"
[dependencies]
+anyhow = "1.0.100"
memmap2 = "0.9.8"