We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c17fc7 commit f0f88c9Copy full SHA for f0f88c9
1 file changed
crates/luals/Cargo.toml
@@ -10,9 +10,11 @@ name = "lua-language-server"
10
path = "src/main.rs"
11
12
[dependencies]
13
-luals-basic = { path = "../basic" }
14
mlua.workspace = true
15
tokio.workspace = true
16
+luals-basic = { path = "../basic" , optional = true }
17
+
18
[features]
-no_format = []
19
+default = ["luals-basic"]
20
+no_format = ["luals-basic/no_format"]
0 commit comments