mirror of
https://github.com/lune-org/mlua-luau-scheduler.git
synced 2025-04-04 18:40:59 +01:00
12 lines
253 B
TOML
12 lines
253 B
TOML
[package]
|
|
name = "luau-scheduler-experiments"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
dashmap = "5.5"
|
|
gxhash = "2.3"
|
|
|
|
tokio = { version = "1.0", features = ["full"] }
|
|
mlua = { version = "0.9", features = ["luau", "luau-jit"] }
|