mirror of
https://github.com/containers/youki
synced 2024-11-27 02:05:31 +01:00
2680bcb61e
* [tagpr] prepare for the next release * [tagpr] update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
17 lines
521 B
INI
17 lines
521 B
INI
[package]
|
|
name = "liboci-cli"
|
|
version = "0.3.1" # MARK: Version
|
|
description = "Parse command line arguments for OCI container runtimes"
|
|
license-file = "../../LICENSE"
|
|
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 = "4.1.6"
|
|
default-features = false
|
|
features = ["std", "suggestions", "derive", "cargo", "help", "usage", "error-context"]
|