mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-23 01:20:56 -05:00
f3107c4794
Bumps [clap](https://github.com/clap-rs/clap) from 3.0.13 to 3.1.3. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.0.13...v3.1.3) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
19 lines
516 B
TOML
19 lines
516 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 = "2018"
|
|
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"] }
|