diff options
author | metamuffin <metamuffin@disroot.org> | 2022-08-29 15:43:02 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-08-29 15:43:02 +0200 |
commit | 9ca6cc8c0acdd68d2c79f1f990c9dd81dd9fef4b (patch) | |
tree | 28fc79f6bd65ba53456d846fcb0462dc65892e17 /tools/Cargo.toml | |
parent | ca1c303ae20370fff555c0b8fca1b66f946eee3e (diff) | |
download | metamuffin-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.toml | 2 |
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 |