From 845b83949f23ffc5f3ee5317be1f49fec8cb605c Mon Sep 17 00:00:00 2001 From: Samuel Lorch Date: Sun, 11 Feb 2024 21:39:55 +0100 Subject: [PATCH] remove anyhow completly --- Cargo.lock | 1 - Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8080c66..d3dd20a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -906,7 +906,6 @@ dependencies = [ name = "nfsense" version = "0.1.0" dependencies = [ - "anyhow", "async-trait", "axum", "ipnet", diff --git a/Cargo.toml b/Cargo.toml index 93dedb8..96aad8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,6 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.75" async-trait = "0.1.74" axum = "0.6.20" ipnet = { version = "2.8.0", features = ["serde"] }