summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f66cc17b..dcc2227a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,6 +29,9 @@ name = "rg"
name = "integration"
path = "tests/tests.rs"
+[workspace]
+members = [ "grep", "globset", "ignore", "termcolor", "wincolor" ]
+
[dependencies]
atty = "0.2.2"
bytecount = "0.2"