1
0
mirror of https://github.com/fluencelabs/trust-graph synced 2025-03-16 13:10:51 +00:00

10 lines
233 B
TOML
Raw Normal View History

2021-04-15 14:00:27 +03:00
[workspace]
members = [
"trust-graph",
"keypair",
"service"
2021-04-15 14:00:27 +03:00
]
[workspace.dependencies]
libp2p-identity = { version = "0.1.0", default-features = false, features = ["peerid", "rsa", "ed25519", "secp256k1", "multihash"] }