diff options
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 |
