Files
kramer/Cargo.toml
dependabot[bot] 47a6de2bfd Bump ron from 0.8.1 to 0.9.0
Bumps [ron](https://github.com/ron-rs/ron) from 0.8.1 to 0.9.0.
- [Release notes](https://github.com/ron-rs/ron/releases)
- [Changelog](https://github.com/ron-rs/ron/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ron-rs/ron/compare/v0.8.1...v0.9.0)

---
updated-dependencies:
- dependency-name: ron
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-18 19:33:50 +00:00

35 lines
643 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.171, ~0.2.169"
ron = "0.9.0"
rust-i18n = "3.1.3, ~3.1.3"
[dependencies.clap]
version = "4.5, ~4.5.27"
default-features = false
features = [
# From default features collection
"error-context",
"help",
"std",
"suggestions",
"usage",
# Optional features
"derive",
]
[dependencies.serde]
version = "1.0.219, ~1.0.217"
features = ["derive"]