diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-01-02 04:27:07 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-01-02 04:27:07 -0600 |
| commit | dbf62fa4be2025ee041f705f899df6c859e287d2 (patch) | |
| tree | 4562107b186c3a6601d1fdce45ad7bf6038e6533 /Cargo.toml | |
| parent | ed5baeafd6eab65541f7b639e593cf23712e93f2 (diff) | |
Prepare for release
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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" |
