mirror of
https://github.com/fluencelabs/trust-graph-test
synced 2025-03-15 14:00:56 +00:00
22 lines
460 B
TOML
22 lines
460 B
TOML
|
[package]
|
||
|
name = "trust-graph"
|
||
|
version = "0.2.0"
|
||
|
authors = ["Fluence Labs"]
|
||
|
edition = "2018"
|
||
|
description = "trust graph"
|
||
|
license = "Apache-2.0"
|
||
|
|
||
|
[dependencies]
|
||
|
libp2p-core = { package = "fluence-fork-libp2p-core", version = "0.26.0" }
|
||
|
serde = { version = "=1.0.118", features = ["derive"] }
|
||
|
serde_json = "1.0.58"
|
||
|
bs58 = "0.3.1"
|
||
|
failure = "0.1.6"
|
||
|
log = "0.4.11"
|
||
|
ref-cast = "1.0.2"
|
||
|
derivative = "2.1.1"
|
||
|
ed25519-dalek = "1.0.1"
|
||
|
|
||
|
[dev-dependencies]
|
||
|
rand = "0.7.3"
|