lbee-utils/luca_pak/Cargo.toml
2024-07-06 14:50:39 -05:00

18 lines
314 B
TOML

[package]
name = "luca_pak"
description = """
A crate for parsing and modifying PAK files from the LUCA System engine by
Prototype Ltd.
"""
version = "0.1.0"
edition = "2021"
authors.workspace = true
[dependencies]
byteorder = "1.5.0"
colog = "1.3.0"
log = "0.4.22"
thiserror = "1.0.61"
[lints]
workspace = true