From 17a29fef8e179189c568ec0d199e5d96209ecca8 Mon Sep 17 00:00:00 2001 From: G2-Games Date: Thu, 11 Jul 2024 22:59:06 -0500 Subject: [PATCH] Updated versions, added versions to binaries --- Cargo.toml | 2 +- cz/Cargo.toml | 3 ++- luca_pak/Cargo.toml | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) 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"