mirror of
https://github.com/fluencelabs/trust-graph
synced 2025-03-15 12:50:48 +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.1.2", default-features = false }
|