From bc5038e6c344803bce76add47b13ceaa61a5bde3 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sun, 28 Mar 2021 14:57:03 -0600 Subject: almost implement all functions --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b385dff..1e91e78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" -- cgit v1.2.3