kime-cli 0.0.1

The kime command: serve, predict, pull, convert, train, calibrate, eval, bench and doctor.
[package]
name = "kime-cli"
description = "The kime command: serve, predict, pull, convert, train, calibrate, eval, bench and doctor."
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
authors.workspace = true
keywords.workspace = true
categories.workspace = true
readme.workspace = true

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

[dependencies]
kime.workspace = true

[lints]
workspace = true