PoC: Successful End-to-End integration of CHORUS core components
This commit is contained in:
17
chrs-poc/Cargo.toml
Normal file
17
chrs-poc/Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user