diff options
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" |
