mirror of
https://github.com/lune-org/lune.git
synced 2025-05-04 10:43:57 +01:00
22 lines
477 B
TOML
22 lines
477 B
TOML
[package]
|
|
name = "lune-std-task"
|
|
version = "0.2.1"
|
|
edition = "2021"
|
|
license = "MPL-2.0"
|
|
repository = "https://github.com/lune-org/lune"
|
|
description = "Lune standard library - Task"
|
|
|
|
[lib]
|
|
path = "src/lib.rs"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
mlua = { version = "0.10.3", features = ["luau"] }
|
|
mlua-luau-scheduler = { version = "0.1.1", path = "../mlua-luau-scheduler" }
|
|
|
|
async-io = "2.4"
|
|
futures-lite = "2.6"
|
|
|
|
lune-utils = { version = "0.2.1", path = "../lune-utils" }
|