Skip to content

Commit

Permalink
Merge pull request #75 from phip1611/readme-in-Cargo.toml
Browse files Browse the repository at this point in the history
Add "readme"-key to Cargo.toml (for crates.io preview)
  • Loading branch information
Detegr committed Apr 12, 2021
2 parents 1870f13 + 13ea346 commit da7711f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Expand Up @@ -11,6 +11,7 @@ license = "MIT/Apache-2.0"
repository = "https://github.com/Detegr/rust-ctrlc.git"
exclude = ["/.travis.yml", "/appveyor.yml"]
edition = "2018"
readme = "README.md"

[target.'cfg(unix)'.dependencies]
nix = "0.20"
Expand Down

0 comments on commit da7711f

Please sign in to comment.