summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-02-20 18:16:27 -0500
committerAndrew Gallant <jamslam@gmail.com>2022-08-22 14:49:35 -0400
commit60a1db34a69b0d57adb9c2725366e9d8adb5efdc (patch)
treea2a39770b2ad0e86e2e3a8e6b59b3f26857f7302 /Cargo.toml
parent87b33c96c02b5d728324632956d301ef3d234f80 (diff)
index: embarking on a most ambitious project...ag/index
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fb78fcb4..90fe862c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,6 +32,7 @@ members = [
"crates/globset",
"crates/grep",
"crates/cli",
+ "crates/index",
"crates/matcher",
"crates/pcre2",
"crates/printer",