summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: d7568c68a6930be4706d853d3f270d2af36a6b56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "typeset"
version = "0.1.0"
authors = ["Laurenz Mädje <laurmaedje@gmail.com>"]
edition = "2018"

[dependencies]
pdf = { path = "../pdf" }
opentype = { path = "../opentype" }
unicode-segmentation = "1.2"
unicode-xid = "0.1.0"
byteorder = "1"