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
19 lines
518 B
TOML
19 lines
518 B
TOML
[package]
|
|
name = "harper-stats"
|
|
version = "0.71.0"
|
|
edition = "2021"
|
|
description = "The language checker for developers."
|
|
license = "Apache-2.0"
|
|
readme = "README.md"
|
|
repository = "https://github.com/automattic/harper"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0.228", features = ["derive"] }
|
|
harper-core = { path = "../harper-core", version = "0.71.0", features = ["concurrent"] }
|
|
uuid = { version = "1.18.1", features = ["serde", "v4"] }
|
|
serde_json = "1.0.145"
|
|
chrono = "0.4.42"
|
|
|
|
[features]
|
|
default = []
|
|
js = ["uuid/js"]
|