pkgsrc 0.1.1

Library for interacting with a pkgsrc installation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "pkgsrc"
description = "Library for interacting with a pkgsrc installation"
version = "0.1.1"
authors = ["Jonathan Perkin <jonathan@perkin.org.uk>"]
readme = "README.md"
keywords = ["pkgsrc"]
license = "ISC"
repository = "https://github.com/jperkin/pkgsrc-rs"
homepage = "https://github.com/jperkin/pkgsrc-rs"
documentation = "https://docs.rs/pkgsrc"
edition = "2018"

[dependencies]
glob = "0.3.0"