mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 19:17:58 +00:00
567122fab5
* Make runtime macros work without required `macro_use` * Adds node-template * Adds node-template-release tool * Fixes building `node-template` and improve the release * Add `profile.release` by release script to remove warning * Adds script for releasing the node template * Fixes compilation after master merge * Port node-template to edition 2018 * Remove license * Fixes compilation after master merge * Add `node-template-release.sh` into the CI * WIP Ci integrate node template (#1701) * copy artifacts to s3 bucket latest path * typo * bucket name * Update wasm files
18 lines
271 B
TOML
18 lines
271 B
TOML
[package]
|
|
name = "node-template-release"
|
|
version = "0.1.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]
|