mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 17:11:07 -05:00
23 lines
539 B
TOML
23 lines
539 B
TOML
[package]
|
|
name = "typos-dict"
|
|
version = "0.6.3"
|
|
description = "Source Code Spelling Correction"
|
|
authors = ["Ed Page <eopage@gmail.com>"]
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/crate-ci/typos"
|
|
readme = "../../README.md"
|
|
categories = ["development-tools", "text-processing"]
|
|
keywords = ["development", "spelling"]
|
|
edition = "2018"
|
|
include = [
|
|
"src/**/*",
|
|
"Cargo.toml",
|
|
"LICENSE*",
|
|
"README.md",
|
|
"examples/**/*"
|
|
]
|
|
|
|
[dependencies]
|
|
unicase = "2.5"
|
|
log = "0.4"
|
|
dictgen = { version = "0.1", path = "../dictgen" }
|