mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 09:01:04 -05:00
ab4a5bbdaf
The goal is to be as accepting and unobtrusive to new code bases as possible. To this end, we correct typos into the closest english dialect. If someone wants to opt-in, they can have typos correct to a specific english dialect. Fixes #52 Fixes #22
21 lines
628 B
TOML
21 lines
628 B
TOML
[package]
|
|
name = "typos-vars"
|
|
version = "0.2.1"
|
|
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"
|
|
|
|
[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"
|
|
varcon-core = { version = "1.0", path = "../varcon-core", features = ["flags"] }
|