Files
aether-tools-rs/crates/aether-recall-mcp/Cargo.toml
T

19 lines
372 B
TOML

[package]
name = "aether-recall-mcp"
version.workspace = true
edition.workspace = true
[[bin]]
name = "aether-recall-mcp"
path = "src/main.rs"
[dependencies]
aether-atom = { path = "/home/cosmos/aether-atom" }
serde = { workspace = true }
serde_json = { workspace = true }
sha3 = { workspace = true }
[dev-dependencies]
serde_json = { workspace = true }
tempfile = "3"