veta-cli 0.2.3

Memory and knowledge base for agents
[package]
name = "veta-cli"
description = "Memory and knowledge base for agents"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true

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

[dependencies]
veta-core.workspace = true
veta-sqlite.workspace = true
clap.workspace = true
tokio.workspace = true
anyhow.workspace = true
rusqlite.workspace = true
atty = "0.2"