From e2747c6b76d49e17175c7b716ef6cbea61e13f2a Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 20 Jun 2019 22:41:40 +0200 Subject: [PATCH] chore: Include README.md (#14) Otherwise doctests fail. --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3025090..41b39d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,8 @@ include = [ "Cargo.toml", "LICENCE-APACHE", "LICENCE-MIT", - "src/**/*" + "src/**/*", + "README.md" ] license = "MIT/Apache-2.0" name = "remove_dir_all"