diff options
| author | frozolotl <44589151+frozolotl@users.noreply.github.com> | 2024-03-23 12:54:50 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2024-05-17 14:27:58 +0200 |
| commit | 784488c5225534ee7e3848df186d059cb6cbeed5 (patch) | |
| tree | d874225b4ab958efa125007898f6ed0f66dd7c3c /Cargo.toml | |
| parent | 3a5a4d9227f25ac9863b0af8e242b39bef71ae9c (diff) | |
Escape path and entrypoint in `typst init` output (#3753)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |
