Merge pull request #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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user