Skip to content

Commit 1f83b21

Browse files
committed
fix: make tower-lsp optional
1 parent 1aa5700 commit 1f83b21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ tracing-appender = "0.1"
6969
ctrlc = "3.1.9"
7070
strum = { version = "0.22", features = ["derive"] }
7171
bitcoincore-rpc = "0.14.0"
72-
tower-lsp = "0.14.0"
72+
tower-lsp = { version = "0.14.0", optional = true }
7373

7474
[dependencies.tui]
7575
version = "0.15.0"
@@ -97,7 +97,7 @@ path = "src/bin.rs"
9797

9898
[features]
9999
default = ["cli"]
100-
cli = ["swc_common", "deno", "deno_runtime", "deno_core", "clap"]
100+
cli = ["swc_common", "deno", "deno_runtime", "deno_core", "clap", "tower-lsp"]
101101

102102
[workspace]
103103
members = [

0 commit comments

Comments
 (0)