Files
pezkuwi-subxt/substrate/primitives/chain-spec/Cargo.toml
T
Benjamin Kampmann 51f9bb3c0e Prepping release of alpha.6 (#5629)
* bumping version

* cargo update

* adding changelog
2020-04-14 21:41:49 +02:00

14 lines
386 B
TOML

[package]
name = "sp-chain-spec"
version = "2.0.0-alpha.6"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
license = "GPL-3.0"
homepage = "https://substrate.dev"
repository = "https://github.com/paritytech/substrate/"
description = "Substrate chain configurations types."
[dependencies]
serde = { version = "1.0.101", features = ["derive"] }
serde_json = "1.0.41"