diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2018-05-19 19:09:42 +0000 |
---|---|---|
committer | Robin Krahl <me@robin-krahl.de> | 2018-05-19 21:10:43 +0200 |
commit | a8517d9707e5ef313d6f4d69b51d21251c82ea91 (patch) | |
tree | 6769c8a1bfcdd2e0abcafdc95e8940f9212208ae /nitrokey-sys/Cargo.toml | |
download | nitrokey-rs-a8517d9707e5ef313d6f4d69b51d21251c82ea91.tar.gz nitrokey-rs-a8517d9707e5ef313d6f4d69b51d21251c82ea91.tar.bz2 |
Initial commit
Diffstat (limited to 'nitrokey-sys/Cargo.toml')
-rw-r--r-- | nitrokey-sys/Cargo.toml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/nitrokey-sys/Cargo.toml b/nitrokey-sys/Cargo.toml new file mode 100644 index 0000000..e8ff489 --- /dev/null +++ b/nitrokey-sys/Cargo.toml @@ -0,0 +1,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" |