LSP implementation for IDE support
IDE destegi icin LSP uygulamasi
LSP framework
tower-lsp = "0.20"LSP tipleri
lsp-types = "0.97"Copy this Cargo.toml to get started:
[package]
name = "my-language-server"
version = "0.1.0"
edition = "2021"
[dependencies]
tower-lsp = "0.20"
lsp-types = "0.97"
thiserror = "1"
tracing = "0.1"Learn these patterns to build this project effectively: