feat: Engram sync layer — swarm memory protocol, peer delta sync, distributed activation
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
[package]
|
||||
name = "engram-sync"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
description = "Swarm memory sync layer for Engram — peer delta sync and distributed activation"
|
||||
license = "MIT"
|
||||
|
||||
[lib]
|
||||
name = "engram_sync"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
engram-core = { path = "../engram-core" }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
uuid = { version = "1", features = ["v4", "serde"] }
|
||||
reqwest = { version = "0.12", features = ["json"] }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
anyhow = "1"
|
||||
thiserror = "1"
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3"
|
||||
tokio = { version = "1", features = ["full", "test-util"] }
|
||||
Reference in New Issue
Block a user