Skip to content

Commit 6b07e92

Browse files
committed
fix: added missing cargo crate descriptions for publishing
1 parent 4dc2ba6 commit 6b07e92

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

bmatcher-core/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "bmatcher-core"
33
authors.workspace = true
44
version.workspace = true
55
edition.workspace = true
6-
6+
description.workspace = true
7+
license-file.workspace = true
78

89
[dependencies]

bmatcher-proc/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name = "bmatcher-proc"
33
authors.workspace = true
44
version.workspace = true
5+
description.workspace = true
6+
license-file.workspace = true
57
edition.workspace = true
68

79
[lib]

bmatcher/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name = "bmatcher"
33
authors.workspace = true
44
version.workspace = true
55
edition.workspace = true
6-
6+
description.workspace = true
7+
license-file.workspace = true
78

89
[dependencies]
910
bmatcher-core = { version = "0.1.0", path = "../bmatcher-core" }

0 commit comments

Comments
 (0)