From 9059e42614d8572a4fa53a4bd07f450000e451af Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Sun, 20 May 2018 10:51:45 +0200 Subject: Initial commit after move from nitrokey-rs Previously, this crate has been part of the nitrokey-rs repository at https://git.ireas.org/nitrokey-rs. --- Cargo.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..3ce5d21 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,17 @@ +[package] +name = "nitrokey-sys" +version = "0.1.0" +authors = ["Robin Krahl "] +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] +libc = "0.2" + +[build-dependencies] +bindgen = "0.26.3" -- cgit v1.2.1