diff --git a/Cargo.toml b/Cargo.toml index e031ab2..d97e682 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] authors = ["Vinzent Steinberg "] -categories = ["science", "no-std"] -description = "Calculate the average of a sequence and its error iteratively" -keywords = ["statistics", "stats"] -license = "MIT/Apache-2.0" name = "average" -repository = "https://github.com/vks/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" +categories = ["science", "no-std"] +keywords = ["statistics", "stats"] [dependencies] conv = "0.3"