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>
This commit is contained in:
Alexander Kalankhodzhaev
2023-05-16 12:46:18 +07:00
committed by GitHub
parent 2453e25fb8
commit f64c3925dc
4 changed files with 275 additions and 137 deletions
@@ -18,4 +18,5 @@ git2 = "0.16"
glob = "0.3"
tar = "0.4"
tempfile = "3"
toml = "0.7"
toml_edit = "0.19"
itertools = "0.10"