mirror of
https://github.com/Automattic/harper.git
synced 2025-12-23 08:48:15 +00:00
Some checks failed
Build Web / build-web (push) Has been cancelled
Just Checks / just build-obsidian (push) Has been cancelled
Just Checks / just check-js (push) Has been cancelled
Just Checks / just check-rust (push) Has been cancelled
Just Checks / just test-chrome-plugin (push) Has been cancelled
Just Checks / just test-firefox-plugin (push) Has been cancelled
Just Checks / just test-harperjs (push) Has been cancelled
Just Checks / just test-obsidian (push) Has been cancelled
Just Checks / just test-rust (push) Has been cancelled
Just Checks / just test-vscode (push) Has been cancelled
harper-brill@0.69.0 harper-comments@0.69.0 harper-core@0.69.0 harper-html@0.69.0 harper-ink@0.69.0 harper-jjdescription@0.69.0 harper-literate-haskell@0.69.0 harper-ls@0.69.0 harper-pos-utils@0.69.0 harper-python@0.69.0 harper-stats@0.69.0 harper-tree-sitter@0.69.0 harper-typst@0.69.0 Generated by cargo-workspaces
38 lines
1.4 KiB
TOML
38 lines
1.4 KiB
TOML
[package]
|
|
name = "harper-ls"
|
|
version = "0.69.0"
|
|
edition = "2024"
|
|
description = "The language checker for developers."
|
|
license = "Apache-2.0"
|
|
readme = "README.md"
|
|
repository = "https://github.com/automattic/harper"
|
|
|
|
[dependencies]
|
|
harper-stats = { path = "../harper-stats", version = "0.69.0" }
|
|
harper-literate-haskell = { path = "../harper-literate-haskell", version = "0.69.0" }
|
|
harper-core = { path = "../harper-core", version = "0.69.0", features = ["concurrent"] }
|
|
harper-comments = { path = "../harper-comments", version = "0.69.0" }
|
|
harper-jjdescription = { path = "../harper-jjdescription", version = "0.69.0" }
|
|
harper-typst = { path = "../harper-typst", version = "0.69.0" }
|
|
harper-html = { path = "../harper-html", version = "0.69.0" }
|
|
harper-python = { path = "../harper-python", version = "0.69.0" }
|
|
tower-lsp-server = "0.22.1"
|
|
tokio = { version = "1.48.0", features = ["fs", "rt", "rt-multi-thread", "macros", "io-std", "io-util", "net"] }
|
|
clap = { version = "4.5.48", features = ["derive"] }
|
|
once_cell = "1.21.3"
|
|
dirs = "6.0.0"
|
|
anyhow = "1.0.100"
|
|
serde_json = "1.0.145"
|
|
itertools = "0.14.0"
|
|
tracing = "0.1.41"
|
|
tracing-subscriber = "0.3.20"
|
|
resolve-path = "0.1.0"
|
|
open = "5.3.0"
|
|
futures = "0.3.31"
|
|
serde = { version = "1.0.228", features = ["derive"] }
|
|
indexmap = { version = "2.12.0", features = ["serde"] }
|
|
globset = "0.4.18"
|
|
harper-ink = { version = "0.69.0", path = "../harper-ink" }
|
|
|
|
[features]
|
|
default = []
|