mirror of
https://github.com/Automattic/harper.git
synced 2025-12-23 08:48:15 +00:00
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.143 to 1.0.145. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.143...v1.0.145) --- updated-dependencies: - dependency-name: serde_json dependency-version: 1.0.145 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
27 lines
912 B
TOML
27 lines
912 B
TOML
[package]
|
|
name = "harper-cli"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
publish = false
|
|
repository = "https://github.com/automattic/harper"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.99"
|
|
ariadne = "0.4.1"
|
|
clap = { version = "4.5.47", features = ["derive", "string"] }
|
|
harper-stats = { path = "../harper-stats", version = "0.63.0" }
|
|
dirs = "6.0.0"
|
|
harper-literate-haskell = { path = "../harper-literate-haskell", version = "0.63.0" }
|
|
harper-core = { path = "../harper-core", version = "0.63.0" }
|
|
harper-pos-utils = { path = "../harper-pos-utils", version = "0.63.0", features = ["threaded"] }
|
|
harper-comments = { path = "../harper-comments", version = "0.63.0" }
|
|
harper-typst = { path = "../harper-typst", version = "0.63.0" }
|
|
hashbrown = "0.16.0"
|
|
serde = { version = "1.0.219", features = ["derive"] }
|
|
serde_json = "1.0.145"
|
|
strum = "0.27.2"
|
|
strum_macros = "0.27.2"
|
|
|
|
[features]
|
|
default = []
|
|
training = ["harper-pos-utils/training"]
|