From 865fa73fbcc7b87ea38b57c85337344b23699406 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 9 Jun 2020 14:19:42 +0200 Subject: [PATCH] description fixup Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 83b7e2d..bb830cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.1" authors = ["Wolfgang Bumiller "] edition = "2018" license = "AGPL-3" -description = "Expose fuse requests as async streams." +description = "Include/exclude path list implementation with git-like globbing support." exclude = [ "build", "debian" ]