diff options
author | Melody Horn <melody@boringcactus.com> | 2024-12-18 23:09:38 -0700 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2024-12-18 23:09:38 -0700 |
commit | ad2d35f273403469e64ca8ccc3d2ba594609fa30 (patch) | |
tree | 70fe414228cf3e666b695f19c044cd0ea2d3294e /Cargo.toml | |
parent | fc6f64a92e00bf97dcb5b6ea4e7a4a6eca190f03 (diff) | |
download | makers-ad2d35f273403469e64ca8ccc3d2ba594609fa30.tar.gz makers-ad2d35f273403469e64ca8ccc3d2ba594609fa30.zip |
quote things in generated MAKEFLAGS to avoid suffering
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |