1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-05-19 05:56:14 +02:00
youki/crates/liboci-cli/Cargo.toml
Toru Komatsu b9f27e487f
Release v0.3.2 (#2664)
Signed-off-by: utam0k <k0ma@utam0k.jp>
2024-02-01 05:53:30 +09:00

17 lines
521 B
INI

[package]
name = "liboci-cli"
version = "0.3.2" # 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"]