summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2020-10-13 11:47:29 +0200
committerLaurenz <laurmaedje@gmail.com>2020-10-13 11:47:29 +0200
commit1736bfc194396d026bee1a560ce41d12b92a6d5b (patch)
tree699c5ba43de8057f31780df1651f916e9bd6ec70 /Cargo.toml
parentf29207d999b9aa4fe4637556a507eb252246ecf8 (diff)
Rename typstc -> typst ✏
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 49833b26..4589eb6d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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]]