aboutsummaryrefslogtreecommitdiff
path: root/tools/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2022-08-29 15:43:02 +0200
committermetamuffin <metamuffin@disroot.org>2022-08-29 15:43:02 +0200
commit9ca6cc8c0acdd68d2c79f1f990c9dd81dd9fef4b (patch)
tree28fc79f6bd65ba53456d846fcb0462dc65892e17 /tools/Cargo.toml
parentca1c303ae20370fff555c0b8fca1b66f946eee3e (diff)
downloadmetamuffin-blog-9ca6cc8c0acdd68d2c79f1f990c9dd81dd9fef4b.tar
metamuffin-blog-9ca6cc8c0acdd68d2c79f1f990c9dd81dd9fef4b.tar.bz2
metamuffin-blog-9ca6cc8c0acdd68d2c79f1f990c9dd81dd9fef4b.tar.zst
a
Diffstat (limited to 'tools/Cargo.toml')
-rw-r--r--tools/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/Cargo.toml b/tools/Cargo.toml
index 55d550f..62fbb09 100644
--- a/tools/Cargo.toml
+++ b/tools/Cargo.toml
@@ -6,3 +6,5 @@ edition = "2021"
[dependencies]
laby = "0.2.4"
clap = { version = "3.2.17", features = ["derive"] }
+anyhow = "1.0.62"
+markdown = "0.3.0" \ No newline at end of file