]> git.proxmox.com Git - pathpatterns.git/blob - Cargo.toml
bump d/control
[pathpatterns.git] / Cargo.toml
1 [package]
2 name = "pathpatterns"
3 version = "0.3.0"
4 authors = ["Wolfgang Bumiller <w.bumiller@errno.eu>"]
5 edition = "2021"
6 license = "AGPL-3.0-or-later"
7 description = "Include/exclude path list implementation with git-like globbing support."
8
9 exclude = [ ".cargo", "build", "debian" ]
10
11 [dependencies]
12 bitflags = "1.2"
13 libc = "0.2"