Documentation
[package]
name = "pea-api"
version = "0.3.0"
edition = "2021"
license = "MIT"
description = "エンドウ"
repository = "https://github.com/peacash/peacash"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
pea-int = { version = "0.1.0", path = "../int" }
pea-core = { version = "0.3.0", path = "../core" }
pea-stake = { version = "0.3.0", path = "../stake" }
pea-transaction = { version = "0.3.0", path = "../transaction" }
serde = { version = "1.0.137", features = ["derive"] }
reqwest = { version = "0.11.11", features = ["json"] }
hex = "0.4.3"
bincode = "1.3.3"
tokio = { version = "1.19.2", features = ["full"] }