mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
12 lines
223 B
TOML
12 lines
223 B
TOML
[package]
|
|
name = "typeset"
|
|
version = "0.1.0"
|
|
authors = ["Laurenz Mädje <laurmaedje@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
pdf = { path = "../pdf" }
|
|
unicode-segmentation = "1.2"
|
|
unicode-xid = "0.1.0"
|
|
byteorder = "1"
|