diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-10-13 11:47:29 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-10-13 11:47:29 +0200 |
| commit | 1736bfc194396d026bee1a560ce41d12b92a6d5b (patch) | |
| tree | 699c5ba43de8057f31780df1651f916e9bd6ec70 /Cargo.toml | |
| parent | f29207d999b9aa4fe4637556a507eb252246ecf8 (diff) | |
Rename typstc -> typst ✏
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ [package] -name = "typstc" +name = "typst" version = "0.1.0" authors = ["The Typst Project Developers"] edition = "2018" @@ -31,7 +31,7 @@ lto = true bench = false [[bin]] -name = "typstc" +name = "typst" required-features = ["fs"] [[test]] |
