mirror of
https://github.com/containers/youki
synced 2024-11-23 09:21:57 +01:00
60ed236ca5
Signed-off-by: utam0k <k0ma@utam0k.jp>
17 lines
505 B
INI
17 lines
505 B
INI
[package]
|
|
name = "liboci-cli"
|
|
version = "0.1.0"
|
|
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"]
|