trust-graph/service/Cargo.toml
InversionSpaces b263ce1fb1
fix(trust-graph): Revert release 0.4.10 (#153)
Revert "chore: release master (#142)"

This reverts commit 16bf0a0995dc78f251c8d7c12a859a441e355b9c.
2024-01-03 12:50:26 +02:00

37 lines
765 B
TOML

[package]
name = "trust-graph-wasm"
version = "0.4.9"
authors = ["Fluence Labs"]
edition = "2021"
description = "trust graph wasm"
license = "Apache-2.0"
publish = false
[[bin]]
name = "trust-graph"
path = "src/main.rs"
[dependencies]
trust-graph = { version = "0.4.9", path = "../trust-graph" }
fluence-keypair = { version = "0.10.4", path = "../keypair" }
marine-rs-sdk = { version = "0.10.2", features = ["logger"] }
marine-sqlite-connector = "0.9.2"
libp2p-identity = { workspace = true }
log = "0.4.8"
anyhow = "1.0.31"
once_cell = "1.18.0"
serde_json = "1.0"
bs58 = "0.4.0"
rmp-serde = "1.1.1"
bincode = "1.3.1"
thiserror = "1.0.23"
[dev-dependencies]
marine-rs-sdk-test = "0.12.1"
rusqlite = "0.28.0"
[build-dependencies]
marine-rs-sdk-test = "0.12.1"