trust-graph/Cargo.toml
2024-03-12 13:40:02 +00:00

11 lines
181 B
TOML

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