trust-graph/Cargo.toml
Nick 412b8ba725
chore: update libp2p (#103)
deps: update libp2p
2023-05-16 19:24:03 +03:00

10 lines
166 B
TOML

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