trust-graph/Cargo.toml
2023-06-29 19:21:14 +03:00

11 lines
180 B
TOML

[workspace]
members = [
"trust-graph",
"keypair",
"service",
"distro"
]
[workspace.dependencies]
libp2p-identity = { version = "0.2.1", default-features = false }