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:
commit
03fd042aa9
2 changed files with 5 additions and 2 deletions
crates
|
@ -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" }
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue