summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2019-10-09 19:45:40 +0200
committerLaurenz <laurmaedje@gmail.com>2019-10-09 19:46:42 +0200
commitf22a3070001e9c8db6fcc7b83b036111a6559a3d (patch)
treea14c437a2ef71b08af5847c4f38330f668f724c2 /Cargo.toml
parentb96a7e0cf3c97463ecb746d859b675541a427774 (diff)
Extract into separate repository 🧱
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml20
1 files changed, 4 insertions, 16 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 76535302..a82af22e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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