2024-05-12 12:30:32 +01:00
|
|
|
[package]
|
|
|
|
name = "lune-std-roblox"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
license = "MPL-2.0"
|
2024-05-12 13:32:39 +01:00
|
|
|
repository = "https://github.com/lune-org/lune"
|
|
|
|
description = "Lune standard library - Roblox"
|
2024-05-12 12:30:32 +01:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
path = "src/lib.rs"
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
mlua = { version = "0.9.7", features = ["luau"] }
|
|
|
|
mlua-luau-scheduler = "0.0.2"
|
|
|
|
|
|
|
|
once_cell = "1.17"
|
|
|
|
rbx_cookie = { version = "0.1.4", default-features = false }
|
|
|
|
|
|
|
|
lune-utils = { version = "0.1.0", path = "../lune-utils" }
|
|
|
|
lune-roblox = { version = "0.1.0", path = "../lune-roblox" }
|