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