diff --git a/cz/Cargo.toml b/cz/Cargo.toml index e432628..88c2990 100644 --- a/cz/Cargo.toml +++ b/cz/Cargo.toml @@ -18,11 +18,8 @@ thiserror = "1.0" imagequant = "4.3" rgb = "0.8" -# Only active on features "png" and "binary" +# Only active on PNG feature image = { version = "0.25", optional = true } -# Only active on feature "binary" -clap = { version = "4.5.8", features = ["derive"], optional = true } - [lints] workspace = true diff --git a/luca_pak/Cargo.toml b/luca_pak/Cargo.toml index fd1f3fd..a078443 100644 --- a/luca_pak/Cargo.toml +++ b/luca_pak/Cargo.toml @@ -11,7 +11,6 @@ authors.workspace = true [dependencies] byteorder = "1.5.0" -clap = { version = "4.5.8", features = ["derive"] } log = "0.4.22" thiserror = "1.0.61" diff --git a/utils/Cargo.toml b/utils/Cargo.toml index b657bb4..3a02613 100644 --- a/utils/Cargo.toml +++ b/utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "utils" -version = "0.2.0" +version = "0.1.0" edition = "2021" authors.workspace = true