mirror of
https://github.com/lune-org/mlua-luau-scheduler.git
synced 2025-04-11 05:50:54 +01:00
14 lines
293 B
TOML
14 lines
293 B
TOML
[package]
|
|
name = "luau-scheduler-experiments"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
dashmap = "5.5"
|
|
gxhash = "2.3"
|
|
self_cell = "1.0"
|
|
|
|
smol = "2.0"
|
|
tokio = { version = "1.0", features = ["full"] }
|
|
mlua = { version = "0.9", features = ["luau", "luau-jit", "async"] }
|