Files
kramer/Cargo.toml
dependabot[bot] 288fee1072 Bump clap from 4.5.30 to 4.5.31
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.30 to 4.5.31.
- [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.30...v4.5.31)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-26 17:07:31 +00:00

35 lines
662 B
TOML

[package]
name = "kramer"
version = "0.1.0"
edition = "2021"
[dependencies]
# NOTE:
# = X.X.X is the version used in testing.
# Use this version for greatest compatibility.
#
# For clap info, see [dependencies.clap]
# For serde info, see [dependencies.serde]
libc = "0.2.170, >=0.2.169, <=170"
ron = "0.8.1, >=0.8, <0.9"
rust-i18n = "3.1.3"
[dependencies.clap]
version = "4.5.31"
default-features = false
features = [
# From default features collection
"error-context",
"help",
"std",
"suggestions",
"usage",
# Optional features
"derive",
]
[dependencies.serde]
version = "1.0.218, >=1.0.217, <=1.0.218"
features = ["derive"]