mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Command line used (https://crates.io/crates/cargo-edit): $ cargo upgrade Acked-by: Jan Höppner <hoeppner@linux.ibm.com> Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
21 lines
483 B
TOML
21 lines
483 B
TOML
[package]
|
|
name = "cpacfinfo"
|
|
version = "0.11.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.94"
|
|
clap = { version = "4.5", features = ["derive"] }
|
|
libc = "0.2"
|
|
serde = { version = "1.0.216", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
utils = { path = "../utils" }
|
|
zerocopy = { version="0.7", features = ["derive"] }
|
|
|
|
[build-dependencies]
|
|
cc = "1.2"
|
|
clap = { version ="4.5", features = ["derive"]}
|
|
lazy_static = "1.5"
|