From fe2640c55268f167d8749f77b37e52b7b17f21dd Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 11 Apr 2023 22:24:37 +0200 Subject: Version bump --- library/Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'library') diff --git a/library/Cargo.toml b/library/Cargo.toml index 15460269..dca5076d 100644 --- a/library/Cargo.toml +++ b/library/Cargo.toml @@ -1,8 +1,13 @@ [package] name = "typst-library" -version = "0.1.0" +version = "0.2.0" authors = ["The Typst Project Developers"] edition = "2021" +description = "The standard library for Typst." +homepage = "https://typst.app" +repository = "https://github.com/typst/typst" +license = "Apache-2.0" +keywords = ["typst"] [lib] test = false -- cgit v1.2.3