summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-02-15 20:23:40 +0100
committerMatthias Beyer <mail@beyermatthias.de>2019-02-15 20:54:52 +0100
commitaa5ea533c7c2234b194b531f9134f4c0e764e1a3 (patch)
treea96fa3f66d62941c0c1bcf7f23651b52dfe44798 /Cargo.toml
parentdc162cb16707486fccbd017972dcf00f6aa9f76d (diff)
Add imag-header
imag-header is a tool for querying information of an entry in a defined format. imag-header is intended for scripting with imag commands. The output format is not stable yet, though. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
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 742f533f..20f7d34f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,7 @@ members = [
"bin/core/imag-git",
"bin/core/imag-gps",
"bin/core/imag-grep",
+ "bin/core/imag-header",
"bin/core/imag-ids",
"bin/core/imag-init",
"bin/core/imag-link",