diff options
author | Melody Horn <melody@boringcactus.com> | 2021-03-27 16:52:10 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-03-27 16:52:10 -0600 |
commit | 66e8fae975a96033277ba7341f7ad40912de1b41 (patch) | |
tree | d352224d8465cbb4e0e531edb4a4fb1356056305 /Cargo.lock | |
parent | 85e827763e6c47bb7a15bf04ddc1d15924a746ca (diff) | |
download | makers-66e8fae975a96033277ba7341f7ad40912de1b41.tar.gz makers-66e8fae975a96033277ba7341f7ad40912de1b41.zip |
call the shell explicitly
system is cool and all but unsafe is suboptimal here
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -128,7 +128,6 @@ name = "makers" version = "0.1.0" dependencies = [ "lazy_static", - "libc", "nom", "regex", "structopt", |