mirror of
https://github.com/fluencelabs/trust-graph
synced 2024-12-04 15:20:19 +00:00
080503dcfa
Co-authored-by: folex <0xdxdy@gmail.com>
32 lines
708 B
TOML
32 lines
708 B
TOML
[package]
|
|
name = "trust-graph"
|
|
version = "0.3.0"
|
|
authors = ["Fluence Labs"]
|
|
edition = "2021"
|
|
description = "trust graph"
|
|
license = "Apache-2.0"
|
|
repository = "https://github.com/fluencelabs/trust-graph"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0.118", features = ["derive"] }
|
|
|
|
fluence-keypair = { path = "./keypair", version = "0.9.0" }
|
|
bs58 = "0.4.0"
|
|
failure = "0.1.6"
|
|
log = "0.4.11"
|
|
ref-cast = "1.0.2"
|
|
derivative = "2.1.1"
|
|
thiserror = "1.0.23"
|
|
sha2 = "0.10.6"
|
|
rand = "0.8.5"
|
|
nonempty = "0.8.1"
|
|
|
|
[workspace]
|
|
members = [
|
|
"keypair",
|
|
"service"
|
|
]
|
|
|
|
[workspace.dependencies]
|
|
libp2p-identity = { version = "0.1.0", default-features = false, features = ["peerid", "rsa", "ed25519", "secp256k1", "multihash"] }
|