Skip to content

Commit 4ff7c04

Browse files
chore(patch-hub-proc-macros): add package::{description,license} fields to crate
To publish a crate on crates.io it is good to have, at least, some metadata in `Cargo.toml`. The `patch-hub-proc-macros` lacked `description` and `license`, so add those to prepare the crate to be published. Signed-off-by: David Tadokoro <davidbtadokoro@usp.br>
1 parent c7ac1f3 commit 4ff7c04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

patch_hub_proc_macros/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name = "patch-hub-proc-macros"
33
version = "0.1.0"
44
edition = "2021"
5+
description = "Crate for patch-hub procedural macros"
6+
license = "GPL-2.0"
57

68
[dependencies]
79
derive-getters = { version = "0.5.0", features = ["auto_copy_getters"] }

0 commit comments

Comments
 (0)