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
+2 -1
View File
@@ -5485,9 +5485,10 @@ dependencies = [
"fs_extra",
"git2",
"glob",
"itertools",
"tar",
"tempfile",
"toml 0.7.3",
"toml_edit",
]
[[package]]