aboutsummaryrefslogtreecommitdiff
path: root/crates/readrom/Cargo.toml
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2025-01-10 22:26:26 +0100
committerMiquel Sabaté Solà <mikisabate@gmail.com>2025-01-10 22:29:46 +0100
commit5aec230fcd72f886f5aaa3333ac1e279f5010624 (patch)
tree8bc831d9e497337e125e9bea5972d1a91dd6ecc1 /crates/readrom/Cargo.toml
parent23b4fcf9bc5933c0370f74b61a6c2db2d4a0ac78 (diff)
downloadtools.nes-5aec230fcd72f886f5aaa3333ac1e279f5010624.tar.gz
tools.nes-5aec230fcd72f886f5aaa3333ac1e279f5010624.zip
readrom: Remove the derive feature from clap
This allows us to statically build the 'readrom' binary, as that feature from clap prevented that option. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'crates/readrom/Cargo.toml')
-rw-r--r--crates/readrom/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/readrom/Cargo.toml b/crates/readrom/Cargo.toml
index 68ca68c..93d6134 100644
--- a/crates/readrom/Cargo.toml
+++ b/crates/readrom/Cargo.toml
@@ -7,5 +7,5 @@ license.workspace = true
authors.workspace = true
[dependencies]
-clap = { version = "^4", features = ["derive"] }
+clap = "^4"
header.workspace = true