mirror of
https://github.com/G2-Games/lbee-utils.git
synced 2025-04-19 07:12:55 -05:00
12 lines
181 B
TOML
12 lines
181 B
TOML
[package]
|
|
name = "luca_script"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors.workspace = true
|
|
|
|
[dependencies]
|
|
byteorder-lite = "0.1.0"
|
|
encoding_rs = "0.8.35"
|
|
|
|
[lints]
|
|
workspace = true
|