12 lines
268 B
TOML
12 lines
268 B
TOML
[package]
|
|
description = "OpenEthereum Runtime"
|
|
homepage = "https://github.com/openethereum/openethereum"
|
|
license = "GPL-3.0"
|
|
name = "parity-runtime"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
futures = "0.1"
|
|
tokio = "0.1.22"
|