PoC: Successful End-to-End integration of CHORUS core components

This commit is contained in:
anthonyrawlins
2026-03-03 17:43:43 +11:00
parent 6147dd97ca
commit cc03616918
3 changed files with 125 additions and 14 deletions

17
chrs-poc/Cargo.toml Normal file
View File

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