mirror of
https://github.com/G2-Games/lbee-utils.git
synced 2025-04-19 15:22:53 -05:00
16 lines
283 B
TOML
16 lines
283 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"
|
|
thiserror = "1.0.61"
|
|
|
|
[lints]
|
|
workspace = true
|