summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-07-08 13:52:59 +0300
committerLars Wirzenius <liw@liw.fi>2022-07-08 14:14:12 +0300
commita2e10c23459783dd9568d30aa4a50aa42bcc5e40 (patch)
tree380a776160305c9e2cbbe1adeb6c6812b3a57ee8 /Cargo.toml
parenta5b76cbe6d764bac162707dbc452ebb5476f9c8a (diff)
downloadriki-a2e10c23459783dd9568d30aa4a50aa42bcc5e40.tar.gz
fix: attribute value quoting
Sponsored-by: author
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 0f87f2c..d3eaa7e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.52"
+html-escape = "0.2.11"
log = "0.4.17"
pandoc_ast = "0.8.0"
pretty_env_logger = "0.4.0"