veta-cli 0.2.3

Memory and knowledge base for agents
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "veta-cli"
version = "0.2.3"
authors = ["Andreas Jansson"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Memory and knowledge base for agents"
homepage = "https://github.com/andreasjansson/veta"
readme = false
license = "MIT"
repository = "https://github.com/andreasjansson/veta"

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

[dependencies.anyhow]
version = "1"

[dependencies.atty]
version = "0.2"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.rusqlite]
version = "0.32"
features = ["bundled"]

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
]

[dependencies.veta-core]
version = "0.2.3"

[dependencies.veta-sqlite]
version = "0.2.3"