]> git.proxmox.com Git - pathpatterns.git/blobdiff - Cargo.toml
bump version to 0.1.1-1
[pathpatterns.git] / Cargo.toml
index 91a938f67107e6af8e2e0a6cbe567aa96d1326e0..83b7e2d3ea5ea300436174344b50157e46250894 100644 (file)
@@ -1,8 +1,12 @@
 [package]
 name = "pathpatterns"
-version = "0.1.0"
+version = "0.1.1"
 authors = ["Wolfgang Bumiller <w.bumiller@errno.eu>"]
 edition = "2018"
+license = "AGPL-3"
+description = "Expose fuse requests as async streams."
+
+exclude = [ "build", "debian" ]
 
 [dependencies]
 bitflags = "1.2"