oci-cli 0.1.0

Command-line client for Open Chroma Index.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "oci-cli"
version = "0.1.0"
edition = "2024"
license = "Apache-2.0"
description = "Command-line client for Open Chroma Index."
readme = "README.md"
repository = "https://github.com/T-1234567890/open-chroma-index"
documentation = "https://github.com/T-1234567890/open-chroma-index/tree/main/docs"
keywords = ["color", "oklch", "cli", "design", "graphics"]
categories = ["command-line-utilities"]

[[bin]]
name = "oci"
path = "src/main.rs"

[dependencies]
oci_core = { package = "open-chroma-index", path = "..", version = "0.1.0" }