harper/harper-cli/Cargo.toml
Elijah Potter a8e09d5635 Release 1.0.0
harper-brill@1.0.0
harper-comments@1.0.0
harper-core@1.0.0
harper-html@1.0.0
harper-ink@1.0.0
harper-jjdescription@1.0.0
harper-literate-haskell@1.0.0
harper-ls@1.0.0
harper-pos-utils@1.0.0
harper-python@1.0.0
harper-stats@1.0.0
harper-tree-sitter@1.0.0
harper-typst@1.0.0

Generated by cargo-workspaces
2025-11-28 12:52:07 -07:00

31 lines
1.1 KiB
TOML

[package]
name = "harper-cli"
version = "0.1.0"
edition = "2024"
publish = false
repository = "https://github.com/automattic/harper"
[dependencies]
anyhow = "1.0.100"
ariadne = "0.4.1"
clap = { version = "4.5.53", features = ["derive", "std", "string"], default-features = false }
harper-stats = { path = "../harper-stats", version = "1.0.0" }
dirs = "6.0.0"
harper-literate-haskell = { path = "../harper-literate-haskell", version = "1.0.0" }
harper-python = { path = "../harper-python", version = "1.0.0" }
harper-core = { path = "../harper-core", version = "1.0.0" }
harper-pos-utils = { path = "../harper-pos-utils", version = "1.0.0", features = [] }
harper-comments = { path = "../harper-comments", version = "1.0.0" }
harper-typst = { path = "../harper-typst", version = "1.0.0" }
hashbrown = "0.16.1"
rayon = "1.11.0"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
strum = "0.27.2"
strum_macros = "0.27.2"
harper-ink = { version = "1.0.0", path = "../harper-ink" }
either = "1.15.0"
[features]
default = []
training = ["harper-pos-utils/training"]