cek-cli 0.1.2

CEK demo + vector runner
[package]
name = "cek-cli"
description = "CEK demo + vector runner"
version.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true

readme = "README.md"
homepage = "https://github.com/bitplorer/cek-runtime"
documentation = "https://docs.rs/cek-cli"
keywords = ["cek", "capability", "authorization"]
categories = ["authentication"]

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

[dependencies]
cek-contract = { workspace = true }
cek-host-kernel = { workspace = true }
cek-peer-kernel = { workspace = true }
cek-peer-wasm = { workspace = true }
serde_json = { workspace = true }