summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-04-09 08:08:40 +0300
committerLars Wirzenius <liw@liw.fi>2023-04-09 10:24:54 +0300
commite8ca964f345d716cd776f3d54676d226b6e17b89 (patch)
tree41657f56b243e8db1dd57ba211ca5d53fbfbabf1 /Cargo.toml
parent473a405ab395a7efaf77348699b1aae827c87e94 (diff)
downloadhtml-page-e8ca964f345d716cd776f3d54676d226b6e17b89.tar.gz
feat: initial version
Sponsored-by: author
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5ef327d..89907d2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,3 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+html-escape = "0.2.13"
+line-col = "0.2.1"