mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-23 09:30:57 -05:00
7106dff9b1
Bumps [clap](https://github.com/clap-rs/clap) from 3.1.18 to 3.2.8. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.1.18...v3.2.8) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
24 lines
587 B
TOML
24 lines
587 B
TOML
[package]
|
|
name = "typos-dict-verify"
|
|
version = "1.3.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 = "2021"
|
|
rust-version = "1.59.0" # MSRV
|
|
publish = false
|
|
|
|
[package.metadata.release]
|
|
release = false
|
|
|
|
[dependencies]
|
|
csv = "1.1"
|
|
unicase = "2.5"
|
|
codegenrs = "2.0"
|
|
clap = { version = "3.2", features = ["derive"] }
|
|
varcon = { version = "^0.6", path = "../../varcon" }
|
|
itertools = "0.10"
|
|
edit-distance = "2.1"
|