summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-01-08 16:46:51 +0100
committerMatthias Beyer <mail@beyermatthias.de>2018-01-09 11:56:22 +0100
commit8d69e45c0e69b56310d54dfe7c39d108881f1c18 (patch)
treeba6424d644fa4b20a9d0dbeff55b0258dcbace1f /Cargo.toml
parent4d00554d8c2d5fe861f650fe4ec183b137d0a7f1 (diff)
Add imag-edit command
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 c800dc4c..2d0dcb6a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,7 @@ members = [
"bin/core/imag",
"bin/core/imag-annotate",
"bin/core/imag-diagnostics",
+ "bin/core/imag-edit",
"bin/core/imag-gps",
"bin/core/imag-grep",
"bin/core/imag-init",