[package]
name = "patch-prolog-lsp"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
description = "Language Server Protocol implementation for patch-prolog (`plgl`)"
repository = "https://git.navicore.tech/navicore/patch-prolog"
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.3.0", package = "patch-prolog-frontend" }
plg-shared = { path = "../shared", version = "=0.3.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