Bumps [serde](https://github.com/serde-rs/serde) from 1.0.218 to 1.0.219. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.218...v1.0.219) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
35 lines
673 B
TOML
35 lines
673 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, <=0.2.170"
|
|
ron = "0.8.1, >=0.8, <0.9"
|
|
rust-i18n = "3.1.3, >=3.1.3, <3.2"
|
|
|
|
[dependencies.clap]
|
|
version = "4.5, >=4.5.27, <=4.6"
|
|
default-features = false
|
|
features = [
|
|
# From default features collection
|
|
"error-context",
|
|
"help",
|
|
"std",
|
|
"suggestions",
|
|
"usage",
|
|
|
|
# Optional features
|
|
"derive",
|
|
]
|
|
|
|
[dependencies.serde]
|
|
version = "1.0.219"
|
|
features = ["derive"]
|