diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-05-20 21:56:19 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-05-20 22:05:55 +0200 |
| commit | f692a5efc62bf95f57d123895b7dce55d2eb9741 (patch) | |
| tree | ab90e2ba8ea513a144a087e1f3e038c75748a8b4 /library/Cargo.toml | |
| parent | 1321862cd54eb4abefb5d435285e3de9e0848c4c (diff) | |
Version bumpv0.4.0
Diffstat (limited to 'library/Cargo.toml')
| -rw-r--r-- | library/Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/library/Cargo.toml b/library/Cargo.toml index 294c86fe..335a6001 100644 --- a/library/Cargo.toml +++ b/library/Cargo.toml @@ -1,14 +1,15 @@ [package] name = "typst-library" +description = "The standard library for Typst." +categories = ["compilers", "science"] +keywords = ["typst"] version.workspace = true rust-version.workspace = true authors.workspace = true edition.workspace = true -description = "The standard library for Typst." homepage.workspace = true repository.workspace = true license.workspace = true -keywords.workspace = true [lib] test = false |
