Initial commit: aether-tools-rs workspace

This commit is contained in:
gyt
2026-07-09 13:28:28 -04:00
commit 695725857d
17 changed files with 1912 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
[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"