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