aboutsummaryrefslogtreecommitdiff
path: root/hooked/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'hooked/Cargo.toml')
-rw-r--r--hooked/Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/hooked/Cargo.toml b/hooked/Cargo.toml
index d0781e0..2a7d477 100644
--- a/hooked/Cargo.toml
+++ b/hooked/Cargo.toml
@@ -12,3 +12,8 @@ paw = "1.0"
shared = { path = "../shared" }
structopt = { version = "0.3", features = ["paw"] }
unicode-segmentation = "1.3"
+
+[dev-dependencies]
+tempfile = "3"
+assert_cmd = "0.10"
+git2 = "0.10"