1
0
mirror of https://github.com/containers/youki synced 2024-11-24 01:44:17 +01:00
youki/crates/liboci-cli/Cargo.toml

18 lines
516 B
INI
Raw Normal View History

[package]
name = "liboci-cli"
version = "0.0.3"
description = "Parse command line arguments for OCI container runtimes"
license-file = "../../LICENSE"
documentation = "https://docs.rs/liboci-cli"
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 = "3.1.8"
default-features = false
features = ["std", "suggestions", "derive", "cargo"]