diff options
Diffstat (limited to 'crates/readrom/Cargo.toml')
| -rw-r--r-- | crates/readrom/Cargo.toml | 2 |
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 |
