16 lines
432 B
TOML
16 lines
432 B
TOML
[package]
|
|
name = "chrs-backbeat-demo"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
chrs-agent = { path = "../chrs-agent" }
|
|
chrs-backbeat = { path = "../chrs-backbeat" }
|
|
chrs-discovery = { path = "../chrs-discovery" }
|
|
chrs-mail = { path = "../chrs-mail" }
|
|
chrs-council = { path = "../chrs-council" }
|
|
tokio = { version = "1", features = ["full"] }
|
|
serde_json = "1.0"
|
|
uuid = { version = "1.0", features = ["v4"] }
|
|
chrono = "0.4"
|