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 = [
"cz",
"experimental",
"luca_pak", "testing",
"luca_pak",
]
[workspace.package]

View file

@ -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"]

View file

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