From 944ed573c6f69e34c56179f98efd71b05e2bb02b Mon Sep 17 00:00:00 2001 From: taitep Date: Sun, 21 Dec 2025 19:06:23 +0100 Subject: Switch the current binary to use anyhow errors and add a proper argument number check --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3