Skip to content

Commit f0f88c9

Browse files
committed
fix build
1 parent 3c17fc7 commit f0f88c9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

crates/luals/Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ name = "lua-language-server"
1010
path = "src/main.rs"
1111

1212
[dependencies]
13-
luals-basic = { path = "../basic" }
1413
mlua.workspace = true
1514
tokio.workspace = true
1615

16+
luals-basic = { path = "../basic" , optional = true }
17+
1718
[features]
18-
no_format = []
19+
default = ["luals-basic"]
20+
no_format = ["luals-basic/no_format"]

0 commit comments

Comments
 (0)