89f6572f69
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.124 to 1.0.125. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.124...v1.0.125) Signed-off-by: dependabot[bot] <support@github.com>
17 lines
466 B
TOML
17 lines
466 B
TOML
[package]
|
|
name = "rpmostree-client"
|
|
description = "Client side bindings for rpm-ostree"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
license = "Apache-2.0"
|
|
keywords = ["ostree", "rpm-ostree"]
|
|
documentation = "http://docs.rs/rpmostree-client"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.40"
|
|
serde = { version = "1.0.125", features = ["derive"] }
|
|
serde_derive = "1.0.118"
|
|
serde_json = "1.0.64"
|