summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2019-04-29 17:25:23 +0200
committerLaurenz <laurmaedje@gmail.com>2019-04-29 17:25:23 +0200
commit90848df5de3cf2e7d99ee8c2a7a07b768f207f7a (patch)
treedb9ecf01943cdc68ba804da23f8f1d85812f7d1e /Cargo.toml
parentc384e524800bb55da0c5614f412e7d835ed67945 (diff)
Create command line interface 💻
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0ab4fe2e..068ea471 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,3 +11,7 @@ unicode-segmentation = "1.2"
unicode-xid = "0.1.0"
byteorder = "1"
smallvec = "0.6.9"
+
+[[bin]]
+name = "typst"
+path = "src/bin/main.rs"