From dbf62fa4be2025ee041f705f899df6c859e287d2 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sun, 2 Jan 2022 04:27:07 -0600 Subject: Prepare for release --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6041ed9..bd800d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,14 @@ [package] name = "blown-fuse" -version = "0.2.0" +version = "0.2.1" authors = ["Alejandro Soto "] edition = "2021" description = "Async filesystem in userspace (FUSE) daemon library" license = "LGPL-3.0-or-later" +readme = "README.md" +repository = "https://github.com/3442/blown-fuse" +keywords = ["fuse", "filesystem"] +categories = ["filesystem", "os::unix-apis"] [dependencies] bitflags = "1.3.2" -- cgit v1.2.3