verit-cli 0.2.0

The `verit` command-line tool for Exavian Veritate: ls, dump, verify, pack, unpack, compact, id, gen, build.
# The `verit` command-line tool. Depends only on the public umbrella `verit`;
# ships as its own crate so `cargo install verit-cli` yields a `verit` binary
# without pulling the CLI into the library's dependency graph.
[package]
name = "verit-cli"
description = "The `verit` command-line tool for Exavian Veritate: ls, dump, verify, pack, unpack, compact, id, gen, build."
version.workspace = true
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
readme = "../../../README.md"
documentation = "https://docs.rs/verit"
keywords = ["serialization", "cli", "codegen", "schema"]
categories = ["command-line-utilities", "encoding"]

[lints]
workspace = true

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

[dependencies]
verit = { workspace = true }