aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-03-23 23:27:45 -0600
committerMelody Horn <melody@boringcactus.com>2021-03-23 23:27:45 -0600
commit1844cb79ae82e71610573f133c5ed7aeeb0c50b6 (patch)
tree5f304a13473e67440d411ab0fee15d116a57d126 /Cargo.toml
parent05b8b6339c4b00b0e898c8456677be2883c8a072 (diff)
downloadmakers-1844cb79ae82e71610573f133c5ed7aeeb0c50b6.tar.gz
makers-1844cb79ae82e71610573f133c5ed7aeeb0c50b6.zip
man i don't even fuckin know anymore
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 59129c2..9395ded 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,4 +10,11 @@ keywords = ["build", "make"]
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"
+
+# [target.'cfg(unix)'.dependencies]
+# signal-hook = "0.3.7"