pacmanconf 2.0.0

A pacman-conf wrapper library for parsing pacman config files
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "cini"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8628d1f5b9a7b1196ce1aa660e3ba7e2559d350649cbe94993519c127df667f2"

[[package]]
name = "pacmanconf"
version = "2.0.0"
dependencies = [
 "cini",
]