summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorfrozolotl <44589151+frozolotl@users.noreply.github.com>2024-03-23 12:54:50 +0100
committerGitHub <noreply@github.com>2024-03-23 11:54:50 +0000
commita33d8bf32208ef0fe8556200dd0c9c5a1ad10c54 (patch)
treeb3b611fbea6527c299668ac48988ba659e66dd2a /Cargo.toml
parentbf519162ffa02b55daa2dd9ec48018d52cc6c930 (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"