summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-05-17 21:54:43 +0200
committerMatthias Beyer <mail@beyermatthias.de>2019-05-17 21:54:43 +0200
commit632062caed6f62d1ee6dad7ccfd3971a64a281b2 (patch)
tree177b4b059c5edd8966638cc2a550072afdba56d5 /Cargo.toml
parentfad684daf2cd62cb769f5d6d955c353f3591eea9 (diff)
Add imag-markdown
This patch adds a tool to process one or more entries as markdown and print them as html. 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 25835359..25f73c91 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,6 +12,7 @@ members = [
"bin/core/imag-ids",
"bin/core/imag-init",
"bin/core/imag-link",
+ "bin/core/imag-markdown",
"bin/core/imag-mv",
"bin/core/imag-ref",
"bin/core/imag-store",