typst-pack 0.3.1

Portable single-file packs of Typst projects: sources, resources, packages, and fonts
Documentation
1
2
3
4
5
use std::process::ExitCode;

fn main() -> ExitCode {
    typst_pack::cli::run()
}