Skip to content

Commit 5618431

Browse files
committed
five keywords per crate
1 parent 3366d2f commit 5618431

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

crates/testsvm-assertions/Cargo.toml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,7 @@ documentation = "https://docs.rs/testsvm-assertions"
99
homepage = "https://github.com/macalinao/testsvm"
1010
repository = "https://github.com/macalinao/testsvm"
1111
readme = "README.md"
12-
keywords = [
13-
"ian-macalinao",
14-
"solana",
15-
"svm",
16-
"testing",
17-
"assertions",
18-
"testsvm"
19-
]
12+
keywords = ["ian-macalinao", "solana", "svm", "assertions", "testsvm"]
2013
categories = ["development-tools::testing"]
2114

2215
[dependencies]

crates/testsvm-spl/Cargo.toml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,7 @@ documentation = "https://docs.rs/testsvm-spl"
99
homepage = "https://github.com/macalinao/testsvm"
1010
repository = "https://github.com/macalinao/testsvm"
1111
readme = "README.md"
12-
keywords = [
13-
"ian-macalinao",
14-
"spl",
15-
"token",
16-
"solana",
17-
"testing",
18-
"blockchain",
19-
"testsvm"
20-
]
12+
keywords = ["ian-macalinao", "spl", "token", "solana", "testsvm"]
2113
categories = ["development-tools::testing", "cryptography::cryptocurrencies"]
2214

2315
[dependencies]

0 commit comments

Comments
 (0)