From 13ea34661cd25c61528bd6c2a7beee7a2337ab0a Mon Sep 17 00:00:00 2001 From: Philipp Schuster Date: Sun, 11 Apr 2021 23:35:26 +0200 Subject: [PATCH] add README to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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"