summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-01-02 04:27:07 -0600
committerAlejandro Soto <alejandro@34project.org>2022-01-02 04:27:07 -0600
commitdbf62fa4be2025ee041f705f899df6c859e287d2 (patch)
tree4562107b186c3a6601d1fdce45ad7bf6038e6533 /Cargo.toml
parented5baeafd6eab65541f7b639e593cf23712e93f2 (diff)
Prepare for release
Diffstat (limited to '')
-rw-r--r--Cargo.toml6
1 files changed, 5 insertions, 1 deletions
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 <alejandro@34project.org>"]
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"