Skip to content

Commit

Permalink
chore: refactor LSP crate layout (#3170)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Oct 16, 2023
1 parent 37315f8 commit fc73a9e
Show file tree
Hide file tree
Showing 8 changed files with 389 additions and 348 deletions.
2 changes: 1 addition & 1 deletion tooling/lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ async-lsp = { version = "0.0.5", default-features = false, features = ["omni-tra
wasm-bindgen.workspace = true

[dev-dependencies]
tokio = { version = "1.0", features = ["macros"] }
tokio = { version = "1.0", features = ["macros", "rt"] }
Loading

0 comments on commit fc73a9e

Please sign in to comment.