mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 11:07:56 +00:00
eca163ba64
* Bump versionb globally * Rebuild and fix * Rename fixes * Rebuild * Minor fix and code formatting for validator election * Fix tests * More test fixes * Fix several bugs in phragmen elections. * Rebuild, remove pointless closures
18 lines
271 B
TOML
18 lines
271 B
TOML
[package]
|
|
name = "node-template-release"
|
|
version = "1.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]
|