aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-03-27 16:52:10 -0600
committerMelody Horn <melody@boringcactus.com>2021-03-27 16:52:10 -0600
commit66e8fae975a96033277ba7341f7ad40912de1b41 (patch)
treed352224d8465cbb4e0e531edb4a4fb1356056305 /Cargo.toml
parent85e827763e6c47bb7a15bf04ddc1d15924a746ca (diff)
downloadmakers-66e8fae975a96033277ba7341f7ad40912de1b41.tar.gz
makers-66e8fae975a96033277ba7341f7ad40912de1b41.zip
call the shell explicitly
system is cool and all but unsafe is suboptimal here
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b97dc43..b385dff 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,6 @@ categories = ["development-tools"]
[dependencies]
lazy_static = "1.4.0"
-libc = "0.2.91"
nom = "6.1.2"
regex = "1.4.5"
structopt = "0.3.21"