summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-09-15 13:52:57 +0200
committerMatthias Beyer <mail@beyermatthias.de>2017-09-15 21:16:02 +0200
commit922ed445d48192d99504d09342bd18a46f9590ac (patch)
treeab7e646ce17829881b1174410eb79ce253f11783 /Cargo.toml
parentbe8a3d1242632af0b3e369b3d78633a44eb6f041 (diff)
imag-grep: Add new crate
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 c9e7d3b0..8dba3147 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,6 +2,7 @@
members = [
".imag-documentation",
"bin/core/imag",
+ "bin/core/imag-grep",
"bin/core/imag-link",
"bin/core/imag-ref",
"bin/core/imag-store",