From 89113655a54b5013bf61be7a4f854b384d05f69e Mon Sep 17 00:00:00 2001 From: Devon Govett Date: Tue, 29 Nov 2022 12:00:46 -0500 Subject: [PATCH] Add missing crate metadata --- derive/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/derive/Cargo.toml b/derive/Cargo.toml index 8f98af22..7b51d52b 100644 --- a/derive/Cargo.toml +++ b/derive/Cargo.toml @@ -1,9 +1,11 @@ [package] authors = ["Devon Govett "] name = "lightningcss-derive" +description = "Derive macros for lightningcss" version = "1.0.0-alpha.35" license = "MPL-2.0" edition = "2021" +repository = "https://github.com/parcel-bundler/lightningcss" [lib] proc-macro = true