mirror of
https://github.com/G2-Games/lbee-utils.git
synced 2025-04-19 07:12:55 -05:00
18 lines
314 B
TOML
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
|