mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 21:10:36 +00:00
16 lines
267 B
TOML
16 lines
267 B
TOML
[package]
|
|
name = "lune-std-luau"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "MPL-2.0"
|
|
|
|
[lib]
|
|
path = "src/lib.rs"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
mlua = { version = "0.9.7", features = ["luau"] }
|
|
|
|
lune-utils = { version = "0.1.0", path = "../lune-utils" }
|