From 6d56a07fd41a08f1b4032c986aa2a88703eb03cb Mon Sep 17 00:00:00 2001 From: Ilya Epifanov Date: Mon, 19 Mar 2018 13:22:41 +0100 Subject: [PATCH] fixed cargo categories --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aad5f02..c082e39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,8 @@ [package] name = "si5351" version = "0.1.4" -categories = ["embedded", "no-std", "hardware-support", "embedded-hal-driver" ] +keywords = ["embedded-hal-driver", "clock", "ham-radio"] +categories = ["embedded", "no-std", "hardware-support"] authors = ["Ilya Epifanov "] description = "A platform agnostic driver for the Si5351 clock generator" license = "MIT OR Apache-2.0"