typst-pack 0.1.0

Portable single-file packs of Typst projects: sources, assets, packages, and fonts
Documentation
1
2
3
4
5
6
7
8
9
10
11
ignore = [".devenv", "target"]

[modules.typst-pack]
source = "."
entrypoint = true

[modules.tests]
source = ".dagger/modules/tests"

[modules.rust]
source = "github.com/sagikazarmark/daggerverse-beta/rust"