summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-09-28 19:55:35 +0200
committerMatthias Beyer <mail@beyermatthias.de>2019-09-28 19:55:35 +0200
commitfd3b46fa463b641b19fc0191ef25506f121b6d11 (patch)
tree00c5f25c2d4cef110acbe80c926e33ad96e67aea /Cargo.toml
parent2caeb0a510a834b303b5977aa0ae42edfb887627 (diff)
Add imag-create plumbing command for creating entries
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 a80bbfb2..7d42d5b6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,7 @@ members = [
"bin/core/imag",
"bin/core/imag-annotate",
"bin/core/imag-category",
+ "bin/core/imag-create",
"bin/core/imag-diagnostics",
"bin/core/imag-edit",
"bin/core/imag-git",