Files
pezkuwi-subxt/substrate/scripts/ci/node-template-release/Cargo.toml
T
Squirrel c31c6a1a73 Remove native deps: openssl-sys, git2-sys, libssh2-sys (#14302)
* Remove native deps: openssl-sys, git2-sys, libssh2-sys

Enables substrate master compiles first time on more machines.
(E.g. not needing
OPENSSL_DEV_LIB to be correctly configured.)

* cargo fmt

* Remove newline

* Update utils/frame/generate-bags/src/lib.rs

Co-authored-by: Bastian Köcher <git@kchr.de>

* remove trailing new line

---------

Co-authored-by: Bastian Köcher <git@kchr.de>
2023-06-07 15:32:54 +00:00

22 lines
472 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"
glob = "0.3"
tar = "0.4"
tempfile = "3"
toml_edit = "0.19"
itertools = "0.10"