mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 09:01:04 -05:00
23 lines
601 B
TOML
23 lines
601 B
TOML
[package]
|
|
name = "varcon"
|
|
version = "0.5.0"
|
|
authors = ["Ed Page <eopage@gmail.com>"]
|
|
description = "Source Code Spelling Correction"
|
|
repository = "https://github.com/crate-ci/typos"
|
|
readme = "../../README.md"
|
|
categories = ["development-tools", "text-processing"]
|
|
keywords = ["development", "spelling"]
|
|
license = "MIT"
|
|
edition = "2018"
|
|
|
|
[badges]
|
|
azure-devops = { project = "crate-ci", pipeline = "typos" }
|
|
codecov = { repository = "crate-ci/typos" }
|
|
|
|
[features]
|
|
default = ["all"]
|
|
all = ["flags"]
|
|
flags = ["varcon-core/flags"]
|
|
|
|
[dependencies]
|
|
varcon-core = { version = "^2.0", path = "../varcon-core" }
|