From a4f2ac5018b0d5b9002dfe31531e721c397c0bbc Mon Sep 17 00:00:00 2001 From: joshmossas Date: Tue, 18 Jun 2024 17:56:34 -0500 Subject: [PATCH] remove extra keywords --- languages/rust/rust-client/Cargo.toml | 2 +- languages/rust/rust-client/project.json | 15 +++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/languages/rust/rust-client/Cargo.toml b/languages/rust/rust-client/Cargo.toml index e6738fff..26cad448 100644 --- a/languages/rust/rust-client/Cargo.toml +++ b/languages/rust/rust-client/Cargo.toml @@ -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"] diff --git a/languages/rust/rust-client/project.json b/languages/rust/rust-client/project.json index 234712a5..d692bdfb 100644 --- a/languages/rust/rust-client/project.json +++ b/languages/rust/rust-client/project.json @@ -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": { @@ -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": []