rosetta-core 0.4.0

Provides traits and definitions shared by the server and client crates.
Documentation
[package]
name = "rosetta-core"
version = "0.4.0"
edition = "2021"
description = "Provides traits and definitions shared by the server and client crates."
repository = "https://github.com/analog-labs/chain-connectors"
license = "MIT"

[dependencies]
anyhow = "1.0.69"
async-trait = "0.1.66"
rosetta-crypto = { version = "0.4.0", path = "../rosetta-crypto" }
rosetta-types = { version = "0.4.0", path = "../rosetta-types" }
serde = "1.0.153"
serde_json = "1.0.94"