From 181ca7b5c587172796439b42884ddafa0e837390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Sat, 1 May 2021 03:47:22 +1200 Subject: [PATCH] Change crate description for library --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 8d4e7099..dbc7a910 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -4,7 +4,7 @@ version = "1.15.3" authors = ["Matt Green ", "FĂ©lix Saparelli "] license = "Apache-2.0" -description = "Executes commands in response to file modifications" +description = "Library to execute commands in response to file modifications" keywords = ["watcher", "filesystem", "watchexec"] documentation = "https://github.com/watchexec/watchexec"