From fedb4e7c7ebf21619f89c29d011e288363a978e9 Mon Sep 17 00:00:00 2001 From: Joris Date: Thu, 6 Feb 2025 21:15:32 +0100 Subject: Use anyhow Error --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b8e2742..e301c69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Joris "] edition = "2021" [dependencies] +anyhow = "1.0" bcrypt = "0.17" chrono = "0.4" env_logger = "0.11" -- cgit v1.2.3