1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-06-10 08:46:21 +02:00
youki/crates/liboci-cli/Cargo.toml
dependabot[bot] 90f0515a02
chore(deps): bump clap from 3.1.8 to 3.1.9 in /crates
Bumps [clap](https://github.com/clap-rs/clap) from 3.1.8 to 3.1.9.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.1.8...v3.1.9)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-18 01:20:21 +00:00

18 lines
516 B
INI

[package]
name = "liboci-cli"
version = "0.0.3"
description = "Parse command line arguments for OCI container runtimes"
license-file = "../../LICENSE"
documentation = "https://docs.rs/liboci-cli"
repository = "https://github.com/containers/youki"
homepage = "https://containers.github.io/youki"
readme = "README.md"
authors = ["youki team"]
edition = "2021"
keywords = ["youki", "container", "oci"]
[dependencies.clap]
version = "3.1.9"
default-features = false
features = ["std", "suggestions", "derive", "cargo"]