lune/crates/lune-std-luau/Cargo.toml

19 lines
372 B
TOML
Raw Normal View History

2024-05-12 12:30:32 +01:00
[package]
name = "lune-std-luau"
2024-08-10 12:07:56 +01:00
version = "0.1.2"
2024-05-12 12:30:32 +01:00
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/lune-org/lune"
description = "Lune standard library - Luau"
2024-05-12 12:30:32 +01:00
[lib]
path = "src/lib.rs"
[lints]
workspace = true
[dependencies]
2024-08-10 12:07:56 +01:00
mlua = { version = "0.9.9", features = ["luau", "luau-jit"] }
2024-05-12 12:30:32 +01:00
2024-08-10 12:07:56 +01:00
lune-utils = { version = "0.1.3", path = "../lune-utils" }