mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 09:01:04 -05:00
22 lines
520 B
TOML
22 lines
520 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 = "1.0"
|
|
structopt = "0.3"
|
|
regex = "1"
|
|
dictgen = { version = "^0.2", path = "../../dictgen", features = ["codegen"] }
|