rudb-cli 0.2.15

The command line shell.
Documentation
[package]
name = "rudb-cli"
description = "The command line shell."
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

[lib]
name = "rudb_cli"
path = "src/lib.rs"

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

# One dependency, which is the whole point of the crate. The shell is a program over the embedding
# API and nothing else, so anything it needs and cannot get from `rudb` is something a program
# somebody else writes could not get either.
[dependencies]
rudb.workspace = true

[lints]
workspace = true