Skip to content

Commit

Permalink
Render readme on crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Dec 26, 2018
1 parent d933041 commit 2cee035
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ license = "MIT/Apache-2.0"
description = "Safely cast &T to &U where the struct U contains a single field of type T."
repository = "https://github.com/dtolnay/ref-cast"
documentation = "https://docs.rs/ref-cast"
readme = "README.md"

[dependencies]
ref-cast-impl = { version = "0.2", path = "derive" }
Expand Down

0 comments on commit 2cee035

Please sign in to comment.