pacmanconf 1.0.0

A pacman-conf wrapper library for parsing pacman config files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

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

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