Include node-template-release in workspace (#14103)

* Add node-template-release to workspace

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

* Remove empty workspace

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

* Manually update deps

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

* Update Cargo.lock

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

* Update .gitignore

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

* Update license

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

---------

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
Oliver Tale-Yazdi
2023-05-10 12:46:52 +02:00
committed by GitHub
parent bc39bdcb32
commit 6e48108531
5 changed files with 72 additions and 9 deletions
@@ -3,7 +3,7 @@ name = "node-template-release"
version = "3.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
license = "GPL-3.0"
license = "GPL-3.0 WITH Classpath-exception-2.0"
homepage = "https://substrate.io"
publish = false
@@ -11,13 +11,11 @@ publish = false
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
clap = { version = "4.0.9", features = ["derive"] }
clap = { version = "4.2.5", features = ["derive"] }
flate2 = "1.0"
fs_extra = "1"
git2 = "0.8"
glob = "0.2"
fs_extra = "1.3"
git2 = "0.16"
glob = "0.3"
tar = "0.4"
tempfile = "3"
toml = "0.4"
[workspace]
toml = "0.7"