Skip to content

Commit d39a3d8

Browse files
authored
Merge pull request rust-lang#251 from phip1611/cargo-toml-readme
add "readme"-key to Cargo.toml in order for this crate to have a preview on crates.io
2 parents 98c21c7 + 2baebb5 commit d39a3d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ documentation = "https://docs.rs/libm"
66
keywords = ["libm", "math"]
77
license = "MIT OR Apache-2.0"
88
name = "libm"
9+
readme = "README.md"
910
repository = "https://github.com/rust-lang/libm"
1011
version = "0.2.1"
1112
edition = "2018"

0 commit comments

Comments
 (0)