diff options
| author | frozolotl <44589151+frozolotl@users.noreply.github.com> | 2024-03-23 12:54:50 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-23 11:54:50 +0000 |
| commit | a33d8bf32208ef0fe8556200dd0c9c5a1ad10c54 (patch) | |
| tree | b3b611fbea6527c299668ac48988ba659e66dd2a /Cargo.toml | |
| parent | bf519162ffa02b55daa2dd9ec48018d52cc6c930 (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" |
