libykpers-sys 0.1.0

FFI bindings to libykpers
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "libykpers-sys"
version = "0.1.0"
authors = ["Vladimir Lushnikov <vladimir@solidninja.is>"]
description = "FFI bindings to libykpers"
license = "LGPL-3.0"

links = "ykpers-1"
build = "build.rs"

[lib]
name = "libykpers_sys"

[dependencies]
libc = "0.2"

[build-dependencies]
pkg-config = "0.3"