-
Notifications
You must be signed in to change notification settings - Fork 490
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LS: Move LS-specific dependencies out of workspace Cargo.toml
The language server is going to be maintained by a separate team from now on, so it makes sense to give this new team a freedom to manage their specific deps without influencing other crates. The more shared deps, like `anyhow` or `serde` have not been moved, though they may be in the future. commit-id:84dd4a0a
- Loading branch information
Showing
2 changed files
with
3 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters