aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 4e6268c4589aa93dd6b5e4b4260f64174c3ed7f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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-sys-rs/"
description = "Low-level bindings to libnitrokey for communication with Nitrokey devices"
categories = ["external-ffi-bindings"]
license = "LGPL-3.0"
links = "nitrokey"
build = "build.rs"
readme = "README.md"