From a87d93456b5ad8fdad76e253efdd2fcf6df75710 Mon Sep 17 00:00:00 2001 From: Vinzent Steinberg Date: Wed, 26 Apr 2017 20:47:14 +0200 Subject: [PATCH] Improve description --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2c03390..736fdd6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ name = "average" version = "0.1.0" license = "MIT/Apache-2.0" repository = "https://github.com/vks/average" -description = "Calculate the average of a sequence and its error iteratively" +description = "Calculate the average of a sequence iteratively" keywords = ["statistics", "stats"] categories = ["science", "no-std"]