diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-08-27 23:40:46 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-08-27 23:40:46 +0200 |
| commit | b28cf4f042d316f3cd5989dd78f4772c794b2460 (patch) | |
| tree | ad8b7f20685f067fd70fe37a8dd208fd0694dab2 /Cargo.lock | |
| parent | 159a4ec4a64a8a5d791f40eb577afcbe7ee7303e (diff) | |
| download | tools.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 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -14,20 +14,6 @@ dependencies = [ ] [[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" dependencies = [ |
