Bumps [clap](https://github.com/clap-rs/clap) from 4.2.1 to 4.2.7. - [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/clap_complete-v4.2.1...v4.2.7) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
16 lines
295 B
TOML
16 lines
295 B
TOML
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[package]
|
|
name = "xtask"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
clap_mangen = "0.2.8"
|
|
clap_complete = "4.2.1"
|
|
clap = "4.2.7"
|
|
|
|
[dependencies.ncspot]
|
|
default-features = false
|
|
path = ".."
|