[package] name = "dts-lsp" version = "0.1.5" authors = ["Igor Prusov "] edition = "2021" license = "MIT OR Apache-2.0" description = "Language Server for Device Tree Source files" repository = "https://github.com/igor-prusov/dts-lsp" homepage = "https://github.com/igor-prusov/dts-lsp" documentation = "https://github.com/igor-prusov/dts-lsp" keywords = ["dts", "lsp", "language-server", "device-tree"] categories = ["development-tools"] readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] lazy_static = "1.4.0" tokio = { version = "1.36.0", features = [ "full" ] } tower-lsp = "0.20.0" tree-sitter = "0.22.2" tree-sitter-devicetree = "0.10.0"