trust-graph/Cargo.toml

10 lines
166 B
TOML
Raw Normal View History

2021-04-15 11:00:27 +00:00
[workspace]
members = [
"trust-graph",
"keypair",
"service"
2021-04-15 11:00:27 +00:00
]
[workspace.dependencies]
libp2p-identity = { version = "0.1.2", default-features = false }