From 319c1c7e524bfb78a3f686041e5af2ed60ea182d Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Tue, 24 Feb 2026 12:02:30 +0000 Subject: remove unused dependencies from ngit-grasp and grasp-audit --- grasp-audit/Cargo.toml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'grasp-audit') diff --git a/grasp-audit/Cargo.toml b/grasp-audit/Cargo.toml index 6c8632e..789a9ca 100644 --- a/grasp-audit/Cargo.toml +++ b/grasp-audit/Cargo.toml @@ -16,22 +16,18 @@ nostr-sdk = { git = "https://github.com/rust-nostr/nostr", rev = "4767ad13" } # Async tokio = { version = "1", features = ["full"] } -futures = "0.3" # Serialization -serde = { version = "1", features = ["derive"] } serde_json = "1" # Error handling anyhow = "1" -thiserror = "1" # CLI clap = { version = "4", features = ["derive"] } # Utilities uuid = { version = "1", features = ["v4"] } -chrono = "0.4" # HTTP Client reqwest = { version = "0.11", features = ["json"] } @@ -42,5 +38,4 @@ tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } [dev-dependencies] -tokio-test = "0.4" tempfile = "3" -- cgit v1.2.3