libgpg-error-sys 0.2.3

Raw bindings for libgpg-error
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "libgpg-error-sys"
version = "0.2.3"
authors = ["John Schug <john.ips.schug@gmail.com>"]
description = "Raw bindings for libgpg-error"
repository = "https://github.com/johnschug/rust-gpg-error"
license = "LGPL-2.1"
keywords = ["gpg"]
categories = ["external-ffi-bindings"]
links = "gpg-error"
build = "build.rs"

[lib]
name = "libgpg_error_sys"
path = "lib.rs"

[build-dependencies]
gcc = "0.3"