summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLilian A. Moraru <lilian.moraru90@gmail.com>2017-12-19 01:04:49 +0200
committerAndrew Gallant <jamslam@gmail.com>2017-12-19 08:16:31 -0500
commit636bbc7c8f88585bc4aa22aabea47373fe92aa59 (patch)
tree90263ded94b755b09563a1e6b68a68d7f093f15e /Cargo.toml
parent162e085b98f8f2c627a92402d2e38dda04fc3e48 (diff)
Speeding CI builds
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"