mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-23 01:20:56 -05:00
20 lines
548 B
TOML
20 lines
548 B
TOML
[package]
|
|
name = "varcon-codegen"
|
|
version = "1.3.0"
|
|
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 = "2021"
|
|
rust-version = "1.59.0" # MSRV
|
|
publish = false
|
|
|
|
[package.metadata.release]
|
|
release = false
|
|
|
|
[dependencies]
|
|
codegenrs = "2.0"
|
|
clap = { version = "3.1", features = ["derive"] }
|
|
varcon-core = { version = "^2.0", path = "../../varcon-core", features = ["parser"] }
|