mirror of
https://github.com/fluencelabs/trust-graph-test
synced 2025-03-16 06:40:50 +00:00
15 lines
307 B
TOML
15 lines
307 B
TOML
[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 = "../" }
|
|
fluence = { version = "0.2.18", features = ["logger"] } |