2021-01-18 03:57:10 +03:00
|
|
|
[package]
|
|
|
|
name = "trust-graph-wasm"
|
|
|
|
version = "0.2.0"
|
|
|
|
authors = ["Fluence Labs"]
|
|
|
|
edition = "2018"
|
|
|
|
description = "trust graph wasm"
|
|
|
|
license = "Apache-2.0"
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "trust-graph"
|
|
|
|
path = "src/main.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
trust-graph = { path = "../" }
|
2021-01-20 00:17:24 +03:00
|
|
|
fluence-identity = { path = "../identity" }
|
2021-01-19 17:25:28 +03:00
|
|
|
log = "0.4.8"
|
2021-01-20 00:17:24 +03:00
|
|
|
fluence = { version = "0.2.18", features = ["logger"] }
|
|
|
|
anyhow = "1.0.31"
|
|
|
|
boolinator = "2.4.0"
|
|
|
|
once_cell = "1.4.1"
|
|
|
|
parking_lot = "0.11.1"
|
2021-01-20 16:14:01 +03:00
|
|
|
fce-sqlite-connector = "0.1.3"
|
|
|
|
serde_json = "1.0"
|