diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-04-29 17:25:23 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-04-29 17:25:23 +0200 |
| commit | 90848df5de3cf2e7d99ee8c2a7a07b768f207f7a (patch) | |
| tree | db9ecf01943cdc68ba804da23f8f1d85812f7d1e /Cargo.toml | |
| parent | c384e524800bb55da0c5614f412e7d835ed67945 (diff) | |
Create command line interface 💻
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |
