Merge pull request rust-lang/libm#251 from phip1611/cargo-toml-readme

add "readme"-key to Cargo.toml in order for this crate to have a preview on crates.io
This commit is contained in:
Lokathor 2021-03-28 08:23:50 -06:00 committed by GitHub
commit 6855379271

View file

@ -6,6 +6,7 @@ documentation = "https://docs.rs/libm"
keywords = ["libm", "math"]
license = "MIT OR Apache-2.0"
name = "libm"
readme = "README.md"
repository = "https://github.com/rust-lang/libm"
version = "0.2.1"
edition = "2018"