[package]
description = "Multi-tier memory system for RONN - working, episodic, and semantic memory"
name = "ronn-memory"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
keywords.workspace = true
categories.workspace = true
rust-version.workspace = true
[dependencies]
ronn-core = { version = "0.1.0", path = "../ronn-core" }
candle-core.workspace = true
tokio.workspace = true
anyhow.workspace = true
thiserror.workspace = true
tracing.workspace = true
serde.workspace = true
[lints]
workspace = true