diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-12-05 10:59:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-05 09:59:26 +0000 |
| commit | 79a7a6bf77037e0b6124193ebc8b3c5e8a0528bb (patch) | |
| tree | 0277667f64509db4d69283a6404656a8a1070cf7 /Cargo.toml | |
| parent | 4f3ba7f8caecc49ae1051f0a0c217a44d3fda876 (diff) | |
Live reloading HTTP server for `typst watch` and HTML export (#5524)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -117,6 +117,7 @@ tar = "0.4" tempfile = "3.7.0" thin-vec = "0.2.13" time = { version = "0.3.20", features = ["formatting", "macros", "parsing"] } +tiny_http = "0.12" tiny-skia = "0.11" toml = { version = "0.8", default-features = false, features = ["parse", "display"] } ttf-parser = "0.24.1" |
