Skip to content

Commit

Permalink
remove extra keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmossas committed Jun 18, 2024
1 parent 4f79a34 commit a4f2ac5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion languages/rust/rust-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
publish = true
homepage = "https://github.com/modiimedia/arri"
repository = "https://github.com/modiimedia/arri"
keywords = ["arrirpc", "arri", "http", "rpc", "sse", "json"]
keywords = ["arrirpc", "arri", "http", "rpc"]
categories = ["parsing", "web-programming::http-client"]
include = ["/src"]

Expand Down
15 changes: 7 additions & 8 deletions languages/rust/rust-client/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@
"sourceRoot": "languages/rust/rust-client/src",
"projectType": "library",
"targets": {
"publish": {
"executor": "nx:run-commands",
"options": {
"command": "pnpm publish",
"cwd": "languages/rust/rust-client"
},
"dependsOn": ["build"]
},
"cargo": {
"executor": "nx:run-commands",
"options": {
Expand All @@ -31,6 +23,13 @@
"command": "cargo test",
"cwd": "languages/rust/rust-client"
}
},
"publish": {
"executor": "nx:run-commands",
"options": {
"command": "cargo publish",
"cwd": "languages/rust/rust-client"
}
}
},
"tags": []
Expand Down

0 comments on commit a4f2ac5

Please sign in to comment.