diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-04-11 22:24:37 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-04-11 22:34:25 +0200 |
| commit | fe2640c55268f167d8749f77b37e52b7b17f21dd (patch) | |
| tree | a2884536ede668524bb6a1c7a8efb853d3fb6daa /Cargo.toml | |
| parent | 2cfbf3e823d094f11606c991b56df0d48dc1af4a (diff) | |
Version bumpv0.2.0
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,8 +1,15 @@ [package] name = "typst" -version = "0.1.0" +version = "0.2.0" authors = ["The Typst Project Developers"] edition = "2021" +description = "A new markup-based typesetting system that is powerful and easy to learn." +homepage = "https://typst.app" +repository = "https://github.com/typst/typst" +readme = "README.md" +license = "Apache-2.0" +categories = ["compilers", "science"] +keywords = ["markup", "typesetting"] [workspace] members = ["cli", "docs", "library", "macros", "tests"] |
