recall-echo 0.2.0

Persistent three-layer memory system for AI coding 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 = "recall-echo"
version = "0.2.0"
authors = ["dnacenta"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Persistent three-layer memory system for AI coding agents"
readme = "README.md"
keywords = [
    "claude",
    "claude-code",
    "ai",
    "memory",
    "llm",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/dnacenta/recall-echo"

[[bin]]
name = "recall-echo"
path = "src/main.rs"

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

[dependencies.dirs]
version = "6"

[dependencies.serde_json]
version = "1"