lethe-claude-code 0.10.0

Claude Code adapter for the lethe memory store. Helpers used only by the plugin under `plugins/claude-code/` (transcript parsing, etc.). Not required to use lethe itself.
[package]
name = "lethe-claude-code"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
description = "Claude Code adapter for the lethe memory store. Helpers used only by the plugin under `plugins/claude-code/` (transcript parsing, etc.). Not required to use lethe itself."
license.workspace = true
repository.workspace = true
readme = "README.md"

[[bin]]
name = "lethe-claude-code"
path = "src/main.rs"

[dependencies]
clap.workspace = true
serde.workspace = true
serde_json.workspace = true
anyhow.workspace = true

[lints]
workspace = true