aboutsummaryrefslogtreecommitdiff
path: root/crates/ngrep
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2025-08-27 23:40:46 +0200
committerMiquel Sabaté Solà <mikisabate@gmail.com>2025-08-27 23:40:46 +0200
commitb28cf4f042d316f3cd5989dd78f4772c794b2460 (patch)
treead8b7f20685f067fd70fe37a8dd208fd0694dab2 /crates/ngrep
parent159a4ec4a64a8a5d791f40eb577afcbe7ee7303e (diff)
downloadtools.nes-b28cf4f042d316f3cd5989dd78f4772c794b2460.tar.gz
tools.nes-b28cf4f042d316f3cd5989dd78f4772c794b2460.zip
Remove ncount and ngrep
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à <mikisabate@gmail.com>
Diffstat (limited to 'crates/ngrep')
-rw-r--r--crates/ngrep/Cargo.toml8
-rw-r--r--crates/ngrep/src/main.rs3
2 files changed, 0 insertions, 11 deletions
diff --git a/crates/ngrep/Cargo.toml b/crates/ngrep/Cargo.toml
deleted file mode 100644
index d206cc7..0000000
--- a/crates/ngrep/Cargo.toml
+++ /dev/null
@@ -1,8 +0,0 @@
-[package]
-name = "ngrep"
-version = "0.0.1"
-authors = ["Miquel Sabaté Solà <mikisabate@gmail.com>"]
-edition = "2021"
-
-[dependencies]
-xixanta.workspace = true
diff --git a/crates/ngrep/src/main.rs b/crates/ngrep/src/main.rs
deleted file mode 100644
index b70f821..0000000
--- a/crates/ngrep/src/main.rs
+++ /dev/null
@@ -1,3 +0,0 @@
-fn main() {
- println!("TBD");
-}