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