[package]
name = "patch-prolog-lsp"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
documentation.workspace = true
repository.workspace = true
description = "Language Server Protocol implementation for patch-prolog (`plgl`)"
keywords = ["lsp", "language-server", "prolog", "patch-prolog"]
categories = ["development-tools", "text-editors"]
[[bin]]
name = "plgl"
path = "src/main.rs"
[dependencies]
plg-frontend = { path = "../frontend", version = "=0.4.0", package = "patch-prolog-frontend" }
plg-shared = { path = "../shared", version = "=0.4.0", package = "patch-prolog-shared" }
tower-lsp.workspace = true
tokio.workspace = true
serde.workspace = true
serde_json.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true