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