1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 09:04:12 +02:00

handle quotes in post-setup commands

This commit is contained in:
Robin Appelman 2022-03-16 15:35:09 +01:00
commit 9cca74924d
3 changed files with 14 additions and 2 deletions

7
Cargo.lock generated
View file

@ -445,6 +445,7 @@ dependencies = [
"petname",
"reqwest",
"serde",
"shell-words",
"tar",
"termion",
"tokio",
@ -1128,6 +1129,12 @@ dependencies = [
"syn",
]
[[package]]
name = "shell-words"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
[[package]]
name = "slab"
version = "0.4.5"