summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-04-09 14:38:27 +0300
committerLars Wirzenius <liw@liw.fi>2023-04-10 09:56:15 +0300
commited827859f36ff5cc9b2360284b92cb56c5b88d41 (patch)
tree674e238696fb94ececaedb2a2ab7d84c086f9c60 /Cargo.toml
parent87b6778163210748e1c80368cd5ca91afa4a07b9 (diff)
downloadriki-ed827859f36ff5cc9b2360284b92cb56c5b88d41.tar.gz
refactor: use html-page crate to represent HTML
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 bcb118f..be306dc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,6 +10,7 @@ clap = { version = "3.2.10", features = ["derive"] }
env_logger = "0.9.1"
git-testament = "0.2.1"
html-escape = "0.2.11"
+html-page = "0.1.0"
lalrpop = "0.19.8"
lalrpop-util = "0.19.8"
libc = "0.2.126"