summaryrefslogtreecommitdiff
path: root/crates/typst-cli/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-12-05 10:59:26 +0100
committerGitHub <noreply@github.com>2024-12-05 09:59:26 +0000
commit79a7a6bf77037e0b6124193ebc8b3c5e8a0528bb (patch)
tree0277667f64509db4d69283a6404656a8a1070cf7 /crates/typst-cli/Cargo.toml
parent4f3ba7f8caecc49ae1051f0a0c217a44d3fda876 (diff)
Live reloading HTTP server for `typst watch` and HTML export (#5524)
Diffstat (limited to 'crates/typst-cli/Cargo.toml')
-rw-r--r--crates/typst-cli/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/typst-cli/Cargo.toml b/crates/typst-cli/Cargo.toml
index 12cf94a7..c859f043 100644
--- a/crates/typst-cli/Cargo.toml
+++ b/crates/typst-cli/Cargo.toml
@@ -50,6 +50,7 @@ shell-escape = { workspace = true }
sigpipe = { workspace = true }
tar = { workspace = true }
tempfile = { workspace = true }
+tiny_http = { workspace = true }
toml = { workspace = true }
ureq = { workspace = true }
xz2 = { workspace = true, optional = true }