Skip to content

Commit 4d02ae2

Browse files
committed
Add missing descriptions
1 parent 938fc8c commit 4d02ae2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

static-self-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "static-self-derive"
33
version = "0.1.0"
44
edition = "2021"
55
authors = ["Devon Govett <devongovett@gmail.com>","Donny <kdy1997.dev@gmail.com>"]
6-
description = ""
6+
description = "Derive macros for static-self"
77
license = "MPL-2.0"
88
keywords = [ ]
99
repository = "https://github.com/parcel-bundler/lightningcss"

static-self/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "static-self"
33
version = "0.1.0"
44
edition = "2021"
55
authors = ["Devon Govett <devongovett@gmail.com>","Donny <kdy1997.dev@gmail.com>"]
6-
description = ""
6+
description = "A trait for values that can be cloned with a static lifetime"
77
license = "MPL-2.0"
88
keywords = [ ]
99
repository = "https://github.com/parcel-bundler/lightningcss"

0 commit comments

Comments
 (0)