mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +00:00
Add missing mlua feature to lune-std-serde crate
This commit is contained in:
parent
e0b9ceb86d
commit
a13b17fee6
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ path = "src/lib.rs"
|
||||||
workspace = true
|
workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
mlua = { version = "0.9.7", features = ["luau"] }
|
mlua = { version = "0.9.7", features = ["luau", "serialize"] }
|
||||||
|
|
||||||
async-compression = { version = "0.4", features = [
|
async-compression = { version = "0.4", features = [
|
||||||
"tokio",
|
"tokio",
|
||||||
|
|
Loading…
Reference in a new issue