[package]
documentation = "https://docs.rs/veclite-db"
readme = "README.md"
name = "veclite-cli"
version = "1.1.1"
edition = "2021"
description = "CLI for VecLite"
license = "MIT"
repository = "https://github.com/rithulkamesh/veclite"
homepage = "https://github.com/rithulkamesh/veclite"
[dependencies]
veclite-db = { version = "1.1.1", path = "../veclite-db" }
veclite-server = { version = "1.1.1", path = "../veclite-server" }
veclite-sql = { version = "1.1.1", path = "../veclite-sql" }
tokio = { version = "1.0", features = ["rt-multi-thread", "macros"] }
clap.workspace = true
serde_json.workspace = true
anyhow.workspace = true