trust-graph/Cargo.toml

14 lines
301 B
TOML
Raw Permalink Normal View History

2021-04-15 11:00:27 +00:00
[workspace]
members = [
"trust-graph",
"keypair",
"service",
"distro"
2021-04-15 11:00:27 +00:00
]
[workspace.dependencies]
2023-06-29 16:21:14 +00:00
libp2p-identity = { version = "0.2.1", default-features = false }
[patch.crates-io]
libp2p-identity = { git = "https://github.com/fluencelabs/rust-libp2p.git", branch = "rand-feature" }