lune/crates/lune-std-luau/Cargo.toml
2025-04-29 15:59:49 +02:00

18 lines
373 B
TOML

[package]
name = "lune-std-luau"
version = "0.2.1"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/lune-org/lune"
description = "Lune standard library - Luau"
[lib]
path = "src/lib.rs"
[lints]
workspace = true
[dependencies]
mlua = { version = "0.10.3", features = ["luau", "luau-jit"] }
lune-utils = { version = "0.2.1", path = "../lune-utils" }