typos/crates/typos-vars/Cargo.toml

25 lines
621 B
TOML
Raw Normal View History

[package]
name = "typos-vars"
2021-11-03 12:48:12 -04:00
version = "0.7.2"
description = "Source Code Spelling Correction"
2021-11-08 11:11:02 -05:00
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"
2021-11-08 11:11:02 -05:00
include = [
"src/**/*",
"Cargo.toml",
"LICENSE*",
"README.md",
"examples/**/*"
]
[dependencies]
unicase = "2.5"
log = "0.4"
dictgen = { version = "0.1", path = "../dictgen" }
2021-05-21 21:39:12 -04:00
varcon-core = { version = "^2.0", path = "../varcon-core", features = ["flags"] }