Parallel Implementation: UCXLWatcher (FS-to-Metadata) and chrs-sync (P2P Graph Sync)

This commit is contained in:
anthonyrawlins
2026-03-03 17:32:26 +11:00
parent 003cb60c0f
commit f134b1d060
7 changed files with 142 additions and 0 deletions

13
chrs-sync/Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "chrs-sync"
version = "0.1.0"
edition = "2021"
[dependencies]
chrs-mail = { path = "../chrs-mail" }
chrs-graph = { path = "../chrs-graph" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.0", features = ["full"] }
uuid = { version = "1.0", features = ["v4"] }
chrono = "0.4"