Bumps [clap](https://github.com/clap-rs/clap) from 4.5.27 to 4.5.30. - [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.5.27...clap_complete-v4.5.30) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
26 lines
439 B
TOML
26 lines
439 B
TOML
[package]
|
|
name = "kramer"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
# For clap info, see [dependencies.clap]
|
|
libc = "0.2.169"
|
|
ron = "0.8.1"
|
|
serde = { version = "~1.0.217", features = ["derive"] }
|
|
|
|
[dependencies.clap]
|
|
version = "4.5.30"
|
|
default-features = false
|
|
features = [
|
|
# From default features collection
|
|
"error-context",
|
|
"help",
|
|
"std",
|
|
"suggestions",
|
|
"usage",
|
|
|
|
# Optional features
|
|
"derive",
|
|
]
|