diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-10-09 19:45:40 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-10-09 19:46:42 +0200 |
| commit | f22a3070001e9c8db6fcc7b83b036111a6559a3d (patch) | |
| tree | a14c437a2ef71b08af5847c4f38330f668f724c2 /Cargo.toml | |
| parent | b96a7e0cf3c97463ecb746d859b675541a427774 (diff) | |
Extract into separate repository 🧱
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 20 |
1 files changed, 4 insertions, 16 deletions
@@ -1,28 +1,16 @@ [package] -name = "typeset" +name = "typst" version = "0.1.0" authors = ["Laurenz Mädje <laurmaedje@gmail.com>"] edition = "2018" [dependencies] -pdf = { path = "../pdf" } -opentype = { path = "../opentype" } +tide = { path = "../tide" } +toddle = { path = "../toddle" } byteorder = "1" smallvec = "0.6.10" unicode-xid = "0.1.0" -toml = "0.5" - -[dev-dependencies] -bencher = "0.1" [[bin]] -name = "typst" +name = "typstc" path = "src/bin/main.rs" - -[[bench]] -name = "font" -harness = false - -[[bench]] -name = "complete" -harness = false |
