fixed cargo categories

This commit is contained in:
Ilya Epifanov 2018-03-19 13:22:41 +01:00
parent 771fe86bd9
commit 6d56a07fd4

View File

@ -1,7 +1,8 @@
[package] [package]
name = "si5351" name = "si5351"
version = "0.1.4" 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 <elijah.epifanov@gmail.com>"] authors = ["Ilya Epifanov <elijah.epifanov@gmail.com>"]
description = "A platform agnostic driver for the Si5351 clock generator" description = "A platform agnostic driver for the Si5351 clock generator"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"