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 /crates/nasm | |
| 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 'crates/nasm')
| -rw-r--r-- | crates/nasm/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/nasm/Cargo.toml b/crates/nasm/Cargo.toml index 110e5ad..97d5439 100644 --- a/crates/nasm/Cargo.toml +++ b/crates/nasm/Cargo.toml @@ -5,6 +5,5 @@ edition = "2021" authors = ["Miquel Sabaté Solà <mikisabate@gmail.com>"] [dependencies] -anyhow = "^1" clap = { version = "^4", features = ["derive"] } xixanta.workspace = true |
