Thanks to visit codestin.com
Credit goes to lib.rs

Adding lsp_server library as a dependency

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:

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.