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

24 lines
583 B
TOML
Raw Normal View History

2024-05-12 12:30:32 +01:00
[package]
name = "lune-std-roblox"
2024-08-22 20:30:36 +01:00
version = "0.1.4"
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 - Roblox"
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"] }
mlua-luau-scheduler = { version = "0.0.2", path = "../mlua-luau-scheduler" }
2024-05-12 12:30:32 +01:00
once_cell = "1.17"
rbx_cookie = { version = "0.1.4", default-features = false }
2024-08-10 12:07:56 +01:00
lune-utils = { version = "0.1.3", path = "../lune-utils" }
2024-08-22 20:30:36 +01:00
lune-roblox = { version = "0.1.4", path = "../lune-roblox" }