Skip to content

Commit

Permalink
Adding the necesserry description field to the crates for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
WolverinDEV committed Sep 27, 2024
1 parent d071cff commit aab07bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lazy_link/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors.workspace = true
repository.workspace = true
edition.workspace = true
version.workspace = true
description.workspace = true

[dependencies]
lazy_link_derive = { path = "../lazy_link_derive", version = "*" }
Expand Down
1 change: 1 addition & 0 deletions lazy_link_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors.workspace = true
repository.workspace = true
edition.workspace = true
version.workspace = true
description.workspace = true

[lib]
proc-macro = true
Expand Down

0 comments on commit aab07bb

Please sign in to comment.