aboutsummaryrefslogtreecommitdiff
path: root/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 /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 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 32aeab2..d7f536e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,5 +17,5 @@ test-pro = []
[dependencies]
libc = "0.2"
-nitrokey-sys = { path = "nitrokey-sys", version = "0.1.0" }
+nitrokey-sys = "0.1.0"
rand = "0.4"