63a2a727cc
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.38 to 1.0.40. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.38...1.0.40) 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.124", features = ["derive"] }
|
|
serde_derive = "1.0.118"
|
|
serde_json = "1.0.64"
|