Adding csskit_lsp library as a dependency

Run this command in a terminal, in your project's directory:

cargo add csskit_lsp

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

csskit_lsp = "0.0.18-canary.f2744799a4"

The csskit_lsp library will be automatically available globally. Read the csskit_lsp library documentation.

Back to the crate overview.