trust-graph/Cargo.toml

9 lines
214 B
TOML
Raw Normal View History

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