typos/crates/misspell-dict/codegen/Cargo.toml
dependabot[bot] f3107c4794
chore(deps): Bump clap from 3.0.13 to 3.1.3
Bumps [clap](https://github.com/clap-rs/clap) from 3.0.13 to 3.1.3.
- [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.0.13...v3.1.3)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-01 07:03:22 +00:00

22 lines
552 B
TOML

[package]
name = "misspell-codegen"
version = "0.4.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
[package.metadata.release]
release = false
[dependencies]
unicase = "2.5"
itertools = "0.10"
codegenrs = "2.0"
clap = { version = "3.1", features = ["derive"] }
regex = "1"
dictgen = { version = "^0.2", path = "../../dictgen", features = ["codegen"] }