We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d19e9c commit e3c4155Copy full SHA for e3c4155
crates/luals/Cargo.toml
@@ -16,5 +16,6 @@ tokio.workspace = true
16
luals-basic = { path = "../basic" , optional = true }
17
18
[features]
19
-default = ["luals-basic"]
20
-no_format = ["luals-basic/no_format"]
+default = ["luals-basic", "luajit"]
+no_format = ["luals-basic/no_format"]
21
+luajit = ["luals-basic/luajit"]
0 commit comments