mirror of
https://github.com/containers/youki
synced 2025-11-10 10:58:41 +01:00
* [tagpr] prepare for the next release * [tagpr] update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
17 lines
513 B
INI
17 lines
513 B
INI
[package]
|
|
name = "liboci-cli"
|
|
version = "0.5.7" # MARK: Version
|
|
description = "Parse command line arguments for OCI container runtimes"
|
|
license = "Apache-2.0"
|
|
repository = "https://github.com/youki-dev/youki"
|
|
homepage = "https://youki-dev.github.io/youki/"
|
|
readme = "README.md"
|
|
authors = ["youki team"]
|
|
edition = "2024"
|
|
keywords = ["youki", "container", "oci"]
|
|
|
|
[dependencies.clap]
|
|
version = "4.5.13"
|
|
default-features = false
|
|
features = ["std", "suggestions", "derive", "cargo", "help", "usage", "error-context"]
|