mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-27 03:21:00 -05:00
b8d3190ce9
Bumps [itertools](https://github.com/bluss/rust-itertools) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/bluss/rust-itertools/releases) - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/bluss/rust-itertools/compare/v0.9.0...v0.10.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
24 lines
592 B
TOML
24 lines
592 B
TOML
[package]
|
|
name = "typos-dict-verify"
|
|
version = "1.0.2"
|
|
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]
|
|
csv = "1.1"
|
|
unicase = "2.5"
|
|
codegenrs = "0.1"
|
|
structopt = "0.3"
|
|
varcon = { version = "0.2", path = "../../varcon" }
|
|
itertools = "0.10"
|
|
edit-distance = "2.1"
|