mirror of
https://github.com/fluencelabs/trust-graph
synced 2024-12-03 14:50:20 +00:00
11 lines
180 B
TOML
11 lines
180 B
TOML
[workspace]
|
|
members = [
|
|
"trust-graph",
|
|
"keypair",
|
|
"service",
|
|
"distro"
|
|
]
|
|
|
|
[workspace.dependencies]
|
|
libp2p-identity = { version = "0.2.1", default-features = false }
|