From a27ac8b383a21827bd456b452fc1aac8df04f4e6 Mon Sep 17 00:00:00 2001 From: Benji Nguyen <45523555+solidiquis@users.noreply.github.com> Date: Tue, 12 Nov 2024 14:26:52 -0800 Subject: [PATCH] rust(build): remove keyword from project metadata (#129) --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 2f2c12cf..c3da80f8 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -9,7 +9,7 @@ Rust client library for the Sift API categories = ["aerospace", "science::robotics"] homepage = "https://github.com/sift-stack/sift/tree/main/rust" repository = "https://github.com/sift-stack/sift/tree/main/rust" -keywords = ["sift", "siftstack", "sift-stack", "sift_rs", "telemetry", "hardware"] +keywords = ["sift", "siftstack", "sift-stack", "sift_rs", "telemetry"] exclude = ["examples/*"] readme = "README.md" license = "MIT"