mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 08:47:57 +00:00
9d23d2a25a
* bump crates to v2.0.0 * fix crate authors * bump node runtime spec_version * remove unused import for no-std
18 lines
271 B
TOML
18 lines
271 B
TOML
[package]
|
|
name = "node-template-release"
|
|
version = "2.0.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
toml = "0.4"
|
|
tar = "0.4"
|
|
glob = "0.2"
|
|
structopt = "0.2"
|
|
tempfile = "3"
|
|
fs_extra = "1"
|
|
git2 = "0.8"
|
|
flate2 = "1.0"
|
|
|
|
[workspace]
|