vouch-lib 0.2.2

Core library for the Vouch package review system.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "vouch-lib"
version = "0.2.2"
authors = ["rndhouse <rndhouse@protonmail.com>"]
edition = "2018"
repository = "https://github.com/vouch-dev/vouch"
license = "MIT"
description = "Core library for the Vouch package review system."

[dependencies]
anyhow = "1.0.31"
structopt = "0.3.14"

url = "2.1.1"

serde = { version = "1.0.104", features = ["derive"] }
serde_json = "1.0.48"
serde_yaml = "0.8.13"