mirror of
https://github.com/Automattic/harper.git
synced 2025-12-23 08:48:15 +00:00
Some checks failed
Binaries / harper-ls - Windows-x86_64 (push) Has been cancelled
Build Web / build-web (push) Has been cancelled
Binaries / harper-cli - macOS-aarch64 (push) Has been cancelled
Binaries / harper-cli - Linux-aarch64-GNU (push) Has been cancelled
Binaries / harper-cli - Linux-aarch64-musl (push) Has been cancelled
Binaries / harper-cli - macOS-x86_64 (push) Has been cancelled
Binaries / harper-cli - Linux-x86_64-GNU (push) Has been cancelled
Binaries / harper-cli - Linux-x86_64-musl (push) Has been cancelled
Binaries / harper-cli - Windows-x86_64 (push) Has been cancelled
Binaries / harper-ls - macOS-aarch64 (push) Has been cancelled
Binaries / harper-ls - Linux-aarch64-GNU (push) Has been cancelled
Binaries / harper-ls - Linux-aarch64-musl (push) Has been cancelled
Binaries / harper-ls - macOS-x86_64 (push) Has been cancelled
Binaries / harper-ls - Linux-x86_64-GNU (push) Has been cancelled
Binaries / harper-ls - Linux-x86_64-musl (push) Has been cancelled
Just Checks / just test-vscode (push) Has been cancelled
WordPress Plugin / wp-plugin (push) Has been cancelled
VS Code Plugin / alpine-arm64 (push) Has been cancelled
VS Code Plugin / alpine-x64 (push) Has been cancelled
Chrome Plugin / chrome-plugin (push) Has been cancelled
Just Checks / just check-js (push) Has been cancelled
VS Code Plugin / darwin-x64 (push) Has been cancelled
Just Checks / just check-rust (push) Has been cancelled
Just Checks / just test-chrome-plugin (push) Has been cancelled
Just Checks / just test-firefox-plugin (push) Has been cancelled
Just Checks / just test-harperjs (push) Has been cancelled
Just Checks / just test-obsidian (push) Has been cancelled
Just Checks / just test-rust (push) Has been cancelled
VS Code Plugin / darwin-arm64 (push) Has been cancelled
VS Code Plugin / linux-arm64 (push) Has been cancelled
VS Code Plugin / linux-armhf (push) Has been cancelled
VS Code Plugin / linux-x64 (push) Has been cancelled
VS Code Plugin / win32-arm64 (push) Has been cancelled
VS Code Plugin / win32-x64 (push) Has been cancelled
harper-brill@1.3.0 harper-comments@1.3.0 harper-core@1.3.0 harper-html@1.3.0 harper-ink@1.3.0 harper-jjdescription@1.3.0 harper-literate-haskell@1.3.0 harper-ls@1.3.0 harper-pos-utils@1.3.0 harper-python@1.3.0 harper-stats@1.3.0 harper-tree-sitter@1.3.0 harper-typst@1.3.0 Generated by cargo-workspaces
14 lines
408 B
TOML
14 lines
408 B
TOML
[package]
|
|
name = "harper-typst"
|
|
version = "1.3.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" }
|
|
typst-syntax = { version = "0.13.1" }
|
|
ordered-float = { version = "5.1.0", features = ["serde"] }
|
|
itertools = "0.14.0"
|
|
paste = "1.0.14"
|