[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-model.workspace = true
kime.workspace = true
serde_json.workspace = true
sha2.workspace = true
[lints]
workspace = true