mirror of
https://github.com/G2-Games/lbee-utils.git
synced 2025-04-19 07:12:55 -05:00
13 lines
189 B
TOML
13 lines
189 B
TOML
[package]
|
|
name = "luca_script"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors.workspace = true
|
|
|
|
[dependencies]
|
|
byteorder = "1.5"
|
|
num-derive = "0.4"
|
|
num-traits = "0.2"
|
|
|
|
[lints]
|
|
workspace = true
|