diff --git a/contrib/typlite/Cargo.toml b/contrib/typlite/Cargo.toml index a92942c91..407b43590 100644 --- a/contrib/typlite/Cargo.toml +++ b/contrib/typlite/Cargo.toml @@ -3,6 +3,11 @@ name = "typlite-cli" description = "Converts a subset of typst to markdown." categories = ["compilers"] keywords = ["language", "typst"] +authors.workspace = true +license.workspace = true +edition.workspace = true +homepage.workspace = true +repository.workspace = true [[bin]] name = "typlite"