diff options
author | Melody Horn <melody@boringcactus.com> | 2021-03-28 14:57:03 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-03-28 14:57:03 -0600 |
commit | bc5038e6c344803bce76add47b13ceaa61a5bde3 (patch) | |
tree | eec9a8fc36562aa4413cf8be8ef22910fdc75cac /Cargo.toml | |
parent | 82278c3a5aa93204c963a63cc3cfefea1d0fb3fd (diff) | |
download | makers-bc5038e6c344803bce76add47b13ceaa61a5bde3.tar.gz makers-bc5038e6c344803bce76add47b13ceaa61a5bde3.zip |
almost implement all functions
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -11,10 +11,15 @@ keywords = ["build", "make"] categories = ["development-tools"] [dependencies] +dirs = "3.0.1" +glob = "0.3.0" lazy_static = "1.4.0" nom = "6.1.2" regex = "1.4.5" structopt = "0.3.21" +[dev-dependencies] +tempfile = "3.2.0" + # [target.'cfg(unix)'.dependencies] # signal-hook = "0.3.7" |