mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 04:07:57 +00:00
f64c3925dc
* Move node-template Cargo.toml dependencies to workspace * review * Update Cargo.lock Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
23 lines
486 B
TOML
23 lines
486 B
TOML
[package]
|
|
name = "node-template-release"
|
|
version = "3.0.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2021"
|
|
license = "GPL-3.0 WITH Classpath-exception-2.0"
|
|
homepage = "https://substrate.io"
|
|
publish = false
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|
|
|
|
[dependencies]
|
|
clap = { version = "4.2.5", features = ["derive"] }
|
|
flate2 = "1.0"
|
|
fs_extra = "1.3"
|
|
git2 = "0.16"
|
|
glob = "0.3"
|
|
tar = "0.4"
|
|
tempfile = "3"
|
|
toml_edit = "0.19"
|
|
itertools = "0.10"
|