From cda5124c13da18b0a24d6b8ade01a05f9f7e2f9a Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Wed, 21 Nov 2018 09:38:24 +0100 Subject: Add keyword --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2a15f77..a0a3c20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/eldruin/ads1x1x-rs" license = "MIT OR Apache-2.0" description = "Platform-agnostic Rust driver for the ADS1x1x ultra-small, low-power analog-to-digital converters (ADC). Compatible with the devices: ADS1013, ADS1014, ADS1015, ADS1113, ADS1114 and ADS1115." readme = "README.md" -keywords = ["adc", "analog", "driver", "embedded-hal-driver"] +keywords = ["adc", "analog", "driver", "i2c", "embedded-hal-driver"] categories = ["embedded", "hardware-support", "no-std"] homepage = "https://github.com/eldruin/ads1x1x-rs" documentation = "https://docs.rs/ads1x1x" -- cgit v1.2.3-54-g00ecf