mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 17:11:07 -05:00
21 lines
534 B
TOML
21 lines
534 B
TOML
|
[package]
|
||
|
name = "varcon-codegen"
|
||
|
version = "1.0.2"
|
||
|
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
|
||
|
|
||
|
[badges]
|
||
|
azure-devops = { project = "crate-ci", pipeline = "typos" }
|
||
|
codecov = { repository = "crate-ci/typos" }
|
||
|
|
||
|
[dependencies]
|
||
|
codegenrs = "0.1"
|
||
|
structopt = "0.3"
|
||
|
varcon-parser = { version = "1.0", path = "../../varcon-parser" }
|