1
1
Fork 0
mirror of https://github.com/lune-org/lune.git synced 2025-04-07 12:00:56 +01:00

Merge branch 'main' into feature/sched-return

This commit is contained in:
Erica Marigold 2024-05-12 20:14:12 +05:30 committed by GitHub
commit 03fd042aa9
Signed by: DevComp
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions
crates
lune-std-process
lune-std-serde

View file

@ -21,8 +21,11 @@ pin-project = "1.0"
os_str_bytes = { version = "7.0", features = ["conversions"] }
tokio = { version = "1", default-features = false, features = [
"sync",
"io-std",
"io-util",
"process",
"rt",
"sync",
] }
lune-utils = { version = "0.1.0", path = "../lune-utils" }

View file

@ -13,7 +13,7 @@ path = "src/lib.rs"
workspace = true
[dependencies]
mlua = { version = "0.9.7", features = ["luau"] }
mlua = { version = "0.9.7", features = ["luau", "serialize"] }
async-compression = { version = "0.4", features = [
"tokio",