Thanks to visit codestin.com Credit goes to lib.rs
lsp_server
Run this command in a terminal, in your project's directory:
cargo add lsp-server
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
lsp-server = "0.7.9"
The lsp_server library will be automatically available globally. Read the lsp_server library documentation.
Back to the crate overview.