Skip to content

Commit

Permalink
fix: make tower-lsp optional
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalabru committed Dec 20, 2021
1 parent 1aa5700 commit 1f83b21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ tracing-appender = "0.1"
ctrlc = "3.1.9"
strum = { version = "0.22", features = ["derive"] }
bitcoincore-rpc = "0.14.0"
tower-lsp = "0.14.0"
tower-lsp = { version = "0.14.0", optional = true }

[dependencies.tui]
version = "0.15.0"
Expand Down Expand Up @@ -97,7 +97,7 @@ path = "src/bin.rs"

[features]
default = ["cli"]
cli = ["swc_common", "deno", "deno_runtime", "deno_core", "clap"]
cli = ["swc_common", "deno", "deno_runtime", "deno_core", "clap", "tower-lsp"]

[workspace]
members = [
Expand Down

0 comments on commit 1f83b21

Please sign in to comment.