diff options
Diffstat (limited to 'macros/Cargo.toml')
| -rw-r--r-- | macros/Cargo.toml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 100b0be2..4b04c731 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,8 +1,13 @@ [package] name = "typst-macros" -version = "0.1.0" +version = "0.2.0" authors = ["The Typst Project Developers"] edition = "2021" +description = "Proc-macros for Typst." +homepage = "https://typst.app" +repository = "https://github.com/typst/typst" +license = "Apache-2.0" +keywords = ["typst"] [lib] proc-macro = true |
