gpg-error 0.2.2

Libgpg-error bindings for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "gpg-error"
description = "Libgpg-error bindings for Rust"
repository = "https://github.com/johnschug/rust-gpg-error"
documentation = "https://johnschug.github.io/rust-gpg-error"
version = "0.2.2"
authors = ["John Schug <john.ips.schug@gmail.com>"]
license = "LGPL-2.1"
keywords = ["gpg"]
categories = ["api-bindings"]

[dependencies.libgpg-error-sys]
path = "libgpg-error-sys"
version = "0.2.3"

[workspace]