diff --git a/Cargo.toml b/Cargo.toml index 156c503..6f5881e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,11 @@ [package] authors = ["Vinzent Steinberg "] name = "average" -version = "0.1.0" +version = "0.2.0" license = "MIT/Apache-2.0" repository = "https://github.com/vks/average" description = "Calculate the average of a sequence and its error iteratively" +readme = "README.md" categories = ["science", "no-std"] keywords = ["statistics", "stats"]