Files
pezkuwi-subxt/substrate/scripts/ci/node-template-release/Cargo.toml
T
Alexander Kalankhodzhaev f64c3925dc Move node-template Cargo.toml dependencies to workspace (#14058)
* 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>
2023-05-16 07:46:18 +02:00

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"