aboutsummaryrefslogtreecommitdiff
path: root/nitrokey-sys/Cargo.toml
diff options
context:
space:
mode:
authorRobin Krahl <me@robin-krahl.de>2018-05-21 00:10:48 +0200
committerRobin Krahl <me@robin-krahl.de>2018-05-21 00:12:27 +0200
commit96b2f4bd20f81fdc1e57c004cd66d90221be6f87 (patch)
treefc8bcb2cb998faecd840560134a99d42f9dd94f8 /nitrokey-sys/Cargo.toml
parent5e669b3d44b798821502dea08062408686acb787 (diff)
downloadnitrokey-rs-96b2f4bd20f81fdc1e57c004cd66d90221be6f87.tar.gz
nitrokey-rs-96b2f4bd20f81fdc1e57c004cd66d90221be6f87.tar.bz2
Remove nitrokey-sys crate
The nitrokey-sys crate now has its own Git repository at https://git.ireas.org/nitrokey-sys-rs/ to make maintenance easier.
Diffstat (limited to 'nitrokey-sys/Cargo.toml')
-rw-r--r--nitrokey-sys/Cargo.toml17
1 files changed, 0 insertions, 17 deletions
diff --git a/nitrokey-sys/Cargo.toml b/nitrokey-sys/Cargo.toml
deleted file mode 100644
index 3ce5d21..0000000
--- a/nitrokey-sys/Cargo.toml
+++ /dev/null
@@ -1,17 +0,0 @@
-[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]
-libc = "0.2"
-
-[build-dependencies]
-bindgen = "0.26.3"