aboutsummaryrefslogtreecommitdiff
path: root/nitrokey-sys/Cargo.toml
blob: e8ff489181ad0f8cf71c5314cb5a52869bfccec8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "nitrokey-sys"
version = "0.1.0"
authors = ["Robin Krahl <robin.krahl@ireas.org>"]
homepage = "https://code.ireas.org/nitrokey-rs/"
repository = "https://git.ireas.org/nitrokey-rs/"
description = "Bindings to libnitrokey for communication with Nitrokey devices"
categories = ["external-ffi-bindings"]
license = "MIT"
links = "nitrokey"
build = "build.rs"

[dependencies]

[build-dependencies]
bindgen = "0.26.3"