From b28cf4f042d316f3cd5989dd78f4772c794b2460 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 27 Aug 2025 23:40:46 +0200 Subject: Remove ncount and ngrep MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These were theoretical tools that could be provided, but I have neither had the time, or their perceived functionality has been moved into other crates. Hence, just remove them. Signed-off-by: Miquel Sabaté Solà --- Cargo.lock | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 28f7966..05d7010 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,20 +13,6 @@ dependencies = [ "xixanta", ] -[[package]] -name = "ncount" -version = "0.0.1" -dependencies = [ - "xixanta", -] - -[[package]] -name = "ngrep" -version = "0.0.1" -dependencies = [ - "xixanta", -] - [[package]] name = "readrom" version = "1.0.0" -- cgit v1.2.3