summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorfrozolotl <44589151+frozolotl@users.noreply.github.com>2024-03-23 12:54:50 +0100
committerLaurenz <laurmaedje@gmail.com>2024-05-17 14:27:58 +0200
commit784488c5225534ee7e3848df186d059cb6cbeed5 (patch)
treed874225b4ab958efa125007898f6ed0f66dd7c3c /Cargo.toml
parent3a5a4d9227f25ac9863b0af8e242b39bef71ae9c (diff)
Escape path and entrypoint in `typst init` output (#3753)
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 689cb8f9..439d3edf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -93,6 +93,7 @@ semver = "1"
serde = { version = "1.0.184", features = ["derive"] }
serde_json = "1"
serde_yaml = "0.9"
+shell-escape = "0.1.5"
siphasher = "1"
smallvec = { version = "1.11.1", features = ["union", "const_generics", "const_new"] }
stacker = "0.1.15"