Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 2baebb5

Browse files
committed
add "readme"-key to Cargo.toml in order for this crate to have a preview on crates.io
1 parent 98c21c7 commit 2baebb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
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)