Skip to content

Commit

Permalink
chore: add manifest keywords and descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbz00 committed Oct 15, 2024
1 parent 4abb31d commit 505b4c4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ resolver = "2"

[workspace.package]
authors = ["gibbz00 <gabrielhansson00@gmail.com>"]
description = "Derivable data mocking for tests"
edition = "2021"
exclude = ["/.github"]
keywords = ["derive", "mocking", "testing"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/gibbz00/damock"
Expand Down
2 changes: 2 additions & 0 deletions crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
name = "damock"

authors.workspace = true
description.workspace = true
edition.workspace = true
exclude.workspace = true
keywords.workspace = true
readme.workspace = true
repository.workspace = true
version.workspace = true
Expand Down
2 changes: 2 additions & 0 deletions crates/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
name = "damock-macros"

authors.workspace = true
description.workspace = true
edition.workspace = true
exclude.workspace = true
keywords.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true
Expand Down

0 comments on commit 505b4c4

Please sign in to comment.