File: Cargo.toml.orig

package info (click to toggle)
rust-nitrokey-sys 3.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 172 kB
  • sloc: makefile: 2
file content (16 lines) | stat: -rw-r--r-- 462 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "nitrokey-sys"
version = "3.4.3"
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"