From 0eed9d06dbd9b5e3b0e717a89a2e9812d55f4130 Mon Sep 17 00:00:00 2001 From: Vinzent Steinberg Date: Wed, 21 Jun 2017 12:12:22 +0200 Subject: [PATCH] Better keywords "statistics" was already in the description, so it does not need to be a keyword. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 159a8da..2286f12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ repository = "https://github.com/vks/average" description = "Calculate statistics iteratively" readme = "README.md" categories = ["science", "no-std"] -keywords = ["statistics", "stats", "skewness", "kurtosis", "quantile"] +keywords = ["stats", "mean", "skewness", "kurtosis", "quantile"] [dependencies] conv = { version = "0.3", default-features = false }