diff --git a/Cargo.toml b/Cargo.toml index 95526f2..aa1c2d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ version = "0.6.3" license = "MIT/Apache-2.0" repository = "https://github.com/vks/average" description = "Calculate statistics iteratively" +documentation = "https://docs.rs/average" readme = "README.md" categories = ["science", "no-std"] keywords = ["stats", "mean", "skewness", "kurtosis", "quantile"]