From a8517d9707e5ef313d6f4d69b51d21251c82ea91 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Sat, 19 May 2018 19:09:42 +0000 Subject: Initial commit --- Cargo.toml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..652f454 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,20 @@ +[package] +name = "nitrokey" +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" +keywords = ["nitrokey", "otp"] +categories = ["api-bindings"] +license = "MIT" + +[features] +default = ["test-no-device"] +test-no-device = [] +test-pro = [] + +[dependencies] +libc = "0.2" +nitrokey-sys = { path = "nitrokey-sys" } +rand = "0.4" -- cgit v1.2.1