diff --git a/Cargo.toml b/Cargo.toml index a7f6da6..d7f3d96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"