diff --git a/library/stdarch/Cargo.toml b/library/stdarch/Cargo.toml index b482814e1675..315a46f97f59 100644 --- a/library/stdarch/Cargo.toml +++ b/library/stdarch/Cargo.toml @@ -3,6 +3,7 @@ name = "stdsimd" version = "0.0.1" #:version authors = ["Andrew Gallant "] description = "Experiments for adding SIMD support to Rust's standard library." +documentation = "https://docs.rs/stdsimd" homepage = "https://github.com/BurntSushi/stdsimd" repository = "https://github.com/BurntSushi/stdsimd" readme = "README.md"