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

View file

@ -26,6 +26,7 @@ flate2 = "1"
async-trait = "0.1"
enum_dispatch = "0.3"
miette = { version = "3", features = ["fancy"] }
shell-words = "1.0.0"
[profile.release]
lto = true