mirror of
https://github.com/Automattic/harper.git
synced 2025-12-23 08:48:15 +00:00
harper-brill@1.1.0 harper-comments@1.1.0 harper-core@1.1.0 harper-html@1.1.0 harper-ink@1.1.0 harper-jjdescription@1.1.0 harper-literate-haskell@1.1.0 harper-ls@1.1.0 harper-pos-utils@1.1.0 harper-python@1.1.0 harper-stats@1.1.0 harper-tree-sitter@1.1.0 harper-typst@1.1.0 Generated by cargo-workspaces
14 lines
465 B
TOML
14 lines
465 B
TOML
[package]
|
|
name = "harper-literate-haskell"
|
|
version = "1.1.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 = "1.0.0" }
|
|
harper-tree-sitter = { path = "../harper-tree-sitter", version = "1.0.0" }
|
|
harper-comments = { path = "../harper-comments", version = "1.0.0" }
|
|
itertools = "0.14.0"
|
|
paste = "1.0.14"
|