aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2024-12-18 23:09:38 -0700
committerMelody Horn <melody@boringcactus.com>2024-12-18 23:09:38 -0700
commitad2d35f273403469e64ca8ccc3d2ba594609fa30 (patch)
tree70fe414228cf3e666b695f19c044cd0ea2d3294e /Cargo.toml
parentfc6f64a92e00bf97dcb5b6ea4e7a4a6eca190f03 (diff)
downloadmakers-ad2d35f273403469e64ca8ccc3d2ba594609fa30.tar.gz
makers-ad2d35f273403469e64ca8ccc3d2ba594609fa30.zip
quote things in generated MAKEFLAGS to avoid suffering
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 450b2f0..4677d37 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,6 +25,7 @@ lazy_static = "1.5.0"
log = "0.4.22"
nom = "7.1.3"
regex = "1.11.0"
+shlex = "1.3.0"
[dev-dependencies]
tempfile = "3.13.0"