mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
14 lines
272 B
TOML
14 lines
272 B
TOML
[package]
|
|
name = "grin_api"
|
|
version = "0.1.0"
|
|
authors = ["Ignotus Peverell <igno.peverell@protonmail.com>"]
|
|
|
|
[dependencies]
|
|
grin_chain = { path = "../chain" }
|
|
|
|
iron = "~0.5.1"
|
|
log = "~0.3"
|
|
router = "~0.5.1"
|
|
serde = "~0.9.10"
|
|
serde_derive = "~0.9.10"
|
|
serde_json = "~0.9.8"
|