From d698f90db039159bdab09e4908677b5a9dee8352 Mon Sep 17 00:00:00 2001 From: Aron Heinecke Date: Sun, 14 Aug 2022 14:32:35 +0200 Subject: [PATCH] fixup moved readme due to reorg --- notify/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notify/Cargo.toml b/notify/Cargo.toml index 27eba72f..56b05bec 100644 --- a/notify/Cargo.toml +++ b/notify/Cargo.toml @@ -6,7 +6,7 @@ description = "Cross-platform filesystem notification library" documentation = "https://docs.rs/notify" homepage = "https://github.com/notify-rs/notify" repository = "https://github.com/notify-rs/notify.git" -readme = "README.md" +readme = "../README.md" license = "CC0-1.0 OR Artistic-2.0" keywords = ["events", "filesystem", "notify", "watch"] categories = ["filesystem"]