lbee-utils/luca_pak/Cargo.toml

18 lines
311 B
TOML

[package]
name = "luca_pak"
edition = "2021"
version = "0.1.3"
description = """
An encoder/decoder for PAK archive files used in the LUCA System engine by
Prototype Ltd.
"""
license = "MIT"
authors.workspace = true
[dependencies]
byteorder-lite = "0.1"
log = "0.4"
thiserror = "2.0"
[lints]
workspace = true