apt-cache 0.1.2

A rust crate to interface the apt-cache command
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "apt-cache"
version = "0.1.2"
authors = ["Hayden Hughes <hayden@vulpes.chickenkiller.com>"]
edition = "2018"
description = "A rust crate to interface the apt-cache command"
license = "MIT"
repository = "https://github.com/hugglesfox/apt-cache"
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = { version = "1.0", features = ["derive"] }