mirror of
https://github.com/fluencelabs/trust-graph
synced 2024-12-04 15:20:19 +00:00
e9399b7d0c
* Fix? * Move trust-grap to subdir * fix quickcheck update * fix fmt * fix service tests * use marine 0.9.1 --------- Co-authored-by: Maria Kuklina <maria@fluence.one> Co-authored-by: Valery Antopol <valery.antopol@gmail.com>
9 lines
214 B
TOML
9 lines
214 B
TOML
[workspace]
|
|
members = [
|
|
"keypair",
|
|
"service"
|
|
]
|
|
|
|
[workspace.dependencies]
|
|
libp2p-identity = { version = "0.1.0", default-features = false, features = ["peerid", "rsa", "ed25519", "secp256k1", "multihash"] }
|