1
0
mirror of https://github.com/containers/youki synced 2025-11-10 02:48:42 +01:00
youki/crates/liboci-cli/Cargo.toml
github-actions[bot] bd54457ba9
Release for v0.5.7 (#3282)
* [tagpr] prepare for the next release

* [tagpr] update CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-05 21:35:24 +09:00

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"]