mirror of
https://github.com/lune-org/mlua-luau-scheduler.git
synced 2025-04-03 18:10:55 +01:00
33 lines
476 B
TOML
33 lines
476 B
TOML
[package]
|
|
name = "smol-mlua"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
concurrent-queue = "2.4"
|
|
event-listener = "4.0"
|
|
smol = "2.0"
|
|
mlua = { version = "0.9", features = ["luau", "luau-jit", "async"] }
|
|
|
|
[lib]
|
|
path = "lib/lib.rs"
|
|
|
|
[[example]]
|
|
name = "basic_sleep"
|
|
test = true
|
|
|
|
[[example]]
|
|
name = "basic_spawn"
|
|
test = true
|
|
|
|
[[example]]
|
|
name = "callbacks"
|
|
test = true
|
|
|
|
[[example]]
|
|
name = "lots_of_threads"
|
|
test = true
|
|
|
|
[[example]]
|
|
name = "scheduler_ordering"
|
|
test = true
|