Skip to content

Commit

Permalink
chore: specify pandoc and rsvg-convert as dependencies in `cargo-…
Browse files Browse the repository at this point in the history
…dist` config
  • Loading branch information
max-heller committed Dec 20, 2023
1 parent fcd1df0 commit 3171577
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,15 @@ pr-run-mode = "plan"
# TODO: Remove once https://github.com/Swatinem/rust-cache/pull/180 is released
# Allow modifications to generated CI workflow
allow-dirty = ["ci"]

[workspace.metadata.dist.dependencies.apt]
pandoc = { stage = ["run"] }
librsvg2-bin = { stage = ["run"] } # SVG support

[workspace.metadata.dist.dependencies.chocolatey]
pandoc = { stage = ["run"] }
rsvg-convert = { stage = ["run"] } # SVG support

[workspace.metadata.dist.dependencies.homebrew]
pandoc = { stage = ["run"] }
librsvg = { stage = ["run"] } # SVG support

0 comments on commit 3171577

Please # to comment.