mirror of
https://github.com/G2-Games/lbee-utils.git
synced 2025-04-19 07:12:55 -05:00
22 lines
417 B
TOML
22 lines
417 B
TOML
[package]
|
|
name = "utils"
|
|
version = "0.1.1"
|
|
edition = "2021"
|
|
license = "GPL-3.0-or-later"
|
|
authors.workspace = true
|
|
|
|
[[bin]]
|
|
name = "czutil"
|
|
|
|
[[bin]]
|
|
name = "pakutil"
|
|
|
|
[dependencies]
|
|
cz = { path = "../cz/", features = ["png"] }
|
|
luca_pak = { path = "../luca_pak/" }
|
|
|
|
image = { version = "0.25", default-features = false, features = ["png"] }
|
|
clap = { version = "4.5.9", features = ["derive"] }
|
|
|
|
[lints]
|
|
workspace = true
|