mirror of
https://github.com/G2-Games/lbee-utils.git
synced 2025-04-19 07:12:55 -05:00
14 lines
259 B
TOML
14 lines
259 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"
|
|
serde = { version = "1.0.215", features = ["derive"] }
|
|
serde_json = "1.0.133"
|
|
|
|
[lints]
|
|
workspace = true
|