diff options
Diffstat (limited to 'nitrokey-sys/Cargo.toml')
-rw-r--r-- | nitrokey-sys/Cargo.toml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/nitrokey-sys/Cargo.toml b/nitrokey-sys/Cargo.toml deleted file mode 100644 index 068670b..0000000 --- a/nitrokey-sys/Cargo.toml +++ /dev/null @@ -1,16 +0,0 @@ -[package] -name = "nitrokey-sys" -version = "3.5.0" -authors = ["Robin Krahl <robin.krahl@ireas.org>"] -edition = "2018" -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" - -[build-dependencies] -cc = "1.0" |