Updated versions, added versions to binaries

This commit is contained in:
G2-Games 2024-07-11 22:59:06 -05:00
parent f88202221e
commit 17a29fef8e
3 changed files with 4 additions and 2 deletions

View file

@ -3,7 +3,7 @@ resolver = "2"
members = [ members = [
"cz", "cz",
"experimental", "experimental",
"luca_pak", "testing", "luca_pak",
] ]
[workspace.package] [workspace.package]

View file

@ -1,7 +1,7 @@
[package] [package]
name = "cz" name = "cz"
edition = "2021" edition = "2021"
version = "0.1.0" version = "0.1.2"
description=""" description="""
A encoder/decoder for CZ# image files used in the LUCA System Engine. A encoder/decoder for CZ# image files used in the LUCA System Engine.
""" """
@ -13,6 +13,7 @@ png = ["dep:image"]
binary = ["dep:clap"] binary = ["dep:clap"]
[[bin]] [[bin]]
version = "0.1.2"
name = "czutil" name = "czutil"
required-features = ["binary", "png"] required-features = ["binary", "png"]

View file

@ -10,6 +10,7 @@ license = "MIT"
authors.workspace = true authors.workspace = true
[[bin]] [[bin]]
version = "0.1.2"
name = "pakutil" name = "pakutil"
path = "src/main.rs" path = "src/main.rs"