mirror of
https://github.com/lune-org/mlua-luau-scheduler.git
synced 2025-04-05 02:50:58 +01:00
8 lines
179 B
TOML
8 lines
179 B
TOML
[package]
|
|
name = "luau-scheduler-experiments"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
smol = "2.0"
|
|
mlua = { version = "0.9", features = ["luau", "luau-jit", "async"] }
|