add "readme"-key to Cargo.toml in order for this crate to have a preview on crates.io

This commit is contained in:
Philipp Schuster 2021-03-28 12:24:08 +02:00
parent 98c21c7493
commit 2baebb5c7c
No known key found for this signature in database
GPG Key ID: 583484DD52EB7991

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"