diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-01-10 21:55:13 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-01-10 21:55:13 +0100 |
| commit | 23b4fcf9bc5933c0370f74b61a6c2db2d4a0ac78 (patch) | |
| tree | 197baf849fd3dd740508e5bfd02dd1b5cc79d4cd /Cargo.lock | |
| parent | c20c991dded87e22f6cb657cc52a0a80ea23f902 (diff) | |
| download | tools.nes-23b4fcf9bc5933c0370f74b61a6c2db2d4a0ac78.tar.gz tools.nes-23b4fcf9bc5933c0370f74b61a6c2db2d4a0ac78.zip | |
Remove anyhow from xa65 and readrom
Following in the footsteps of c20c991dded8 ("Make errors from nasm
itself more cohesive"), 'anyhow' might provide an easy framework, but it
lends towards a less cohesive experience.
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -52,12 +52,6 @@ dependencies = [ ] [[package]] -name = "anyhow" -version = "1.0.91" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8" - -[[package]] name = "byteorder" version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -186,7 +180,6 @@ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" name = "nasm" version = "0.1.0" dependencies = [ - "anyhow", "clap", "xixanta", ] @@ -266,7 +259,6 @@ dependencies = [ name = "readrom" version = "1.0.0" dependencies = [ - "anyhow", "clap", "header", ] @@ -456,7 +448,6 @@ dependencies = [ name = "xa65" version = "0.1.0" dependencies = [ - "anyhow", "clap", "rand", ] |
