diff --git a/Cargo.toml b/Cargo.toml index 661e5a8..428782a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = [ "cz", "experimental", - "luca_pak", "testing", + "luca_pak", ] [workspace.package] diff --git a/cz/Cargo.toml b/cz/Cargo.toml index b008727..0c58707 100644 --- a/cz/Cargo.toml +++ b/cz/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cz" edition = "2021" -version = "0.1.0" +version = "0.1.2" description=""" A encoder/decoder for CZ# image files used in the LUCA System Engine. """ @@ -13,6 +13,7 @@ png = ["dep:image"] binary = ["dep:clap"] [[bin]] +version = "0.1.2" name = "czutil" required-features = ["binary", "png"] diff --git a/luca_pak/Cargo.toml b/luca_pak/Cargo.toml index eb1253e..d574009 100644 --- a/luca_pak/Cargo.toml +++ b/luca_pak/Cargo.toml @@ -10,6 +10,7 @@ license = "MIT" authors.workspace = true [[bin]] +version = "0.1.2" name = "pakutil" path = "src/main.rs"