mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -05:00
21 lines
560 B
TOML
21 lines
560 B
TOML
[package]
|
|
name = "misspell-dict"
|
|
version = "0.3.0"
|
|
authors = ["Ed Page <eopage@gmail.com>"]
|
|
description = "Source Code Spelling Correction"
|
|
repository = "https://github.com/crate-ci/typos"
|
|
readme = "README.md"
|
|
categories = ["development-tools", "text-processing"]
|
|
keywords = ["development", "spelling"]
|
|
license = "MIT"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[badges]
|
|
azure-devops = { project = "crate-ci", pipeline = "typos" }
|
|
codecov = { repository = "crate-ci/typos" }
|
|
|
|
[dependencies]
|
|
phf = { version = "0.8", features = ["unicase"] }
|
|
unicase = "2.5"
|
|
log = "0.4"
|