mirror of
https://github.com/Automattic/harper.git
synced 2025-12-23 08:48:15 +00:00
harper-brill@0.71.0 harper-comments@0.71.0 harper-core@0.71.0 harper-html@0.71.0 harper-ink@0.71.0 harper-jjdescription@0.71.0 harper-literate-haskell@0.71.0 harper-ls@0.71.0 harper-pos-utils@0.71.0 harper-python@0.71.0 harper-stats@0.71.0 harper-tree-sitter@0.71.0 harper-typst@0.71.0 Generated by cargo-workspaces
16 lines
439 B
TOML
16 lines
439 B
TOML
[package]
|
|
name = "harper-ink"
|
|
version = "0.71.0"
|
|
edition = "2024"
|
|
description = "The language checker for developers."
|
|
license = "Apache-2.0"
|
|
repository = "https://github.com/automattic/harper"
|
|
|
|
[dependencies]
|
|
harper-core = { path = "../harper-core", version = "0.71.0" }
|
|
harper-tree-sitter = { path = "../harper-tree-sitter", version = "0.71.0" }
|
|
tree-sitter-ink-lbz = "0.0.1"
|
|
tree-sitter = "0.25.10"
|
|
|
|
[dev-dependencies]
|
|
paste = "1.0.15"
|