mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-23 09:30:57 -05:00
d72fa7acba
Bumps [codegenrs](https://github.com/crate-ci/codegenrs) from 0.1.5 to 1.0.0. - [Release notes](https://github.com/crate-ci/codegenrs/releases) - [Changelog](https://github.com/crate-ci/codegenrs/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/codegenrs/compare/v0.1.5...v1.0.0) Signed-off-by: dependabot[bot] <support@github.com>
23 lines
570 B
TOML
23 lines
570 B
TOML
[package]
|
|
name = "typos-dict-codegen"
|
|
version = "1.1.0"
|
|
authors = ["Ed Page <eopage@gmail.com>"]
|
|
description = "Source Code Spelling Correction"
|
|
repository = "https://github.com/crate-ci/typos"
|
|
readme = "../../../README.md"
|
|
categories = ["text-processing"]
|
|
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"] }
|
|
phf_codegen = "0.8"
|
|
csv = "1.1"
|
|
unicase = "2.5"
|
|
codegenrs = "1.0"
|
|
structopt = "0.3"
|