mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 09:01:04 -05:00
23 lines
612 B
TOML
23 lines
612 B
TOML
|
[package]
|
||
|
name = "typos-dict"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Ed Page <eopage@gmail.com>"]
|
||
|
description = "Source Code Spelling Correction"
|
||
|
repository = "https://github.com/epage/typos"
|
||
|
documentation = "https://docs.rs/typos-dict"
|
||
|
readme = "README.md"
|
||
|
categories = ["development-tools", "text-processing"]
|
||
|
keywords = ["development", "spelling"]
|
||
|
license = "MIT"
|
||
|
edition = "2018"
|
||
|
|
||
|
[badges]
|
||
|
travis-ci = { repository = "epage/typos" }
|
||
|
appveyor = { repository = "epage/typos" }
|
||
|
|
||
|
[dependencies]
|
||
|
typos = { version = "0.1", path = "../typos" }
|
||
|
phf = { version = "0.7", features = ["unicase"] }
|
||
|
unicase = "1.1"
|
||
|
log = "0.4"
|