aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/Cargo.toml
diff options
context:
space:
mode:
authorRobin Krahl <me@robin-krahl.de>2018-12-12 15:59:30 +0000
committerDaniel Mueller <deso@posteo.net>2018-12-17 07:52:14 -0800
commit5116ac035a5ea5994ffadb8a497531fd1f3f4f3b (patch)
tree63c5eb96c22fbda314e83aa8e587ec393003172e /nitrocli/Cargo.toml
parent44f6100b36eecf79c1e8484a048ea49cad6e488d (diff)
downloadnitrocli-5116ac035a5ea5994ffadb8a497531fd1f3f4f3b.tar.gz
nitrocli-5116ac035a5ea5994ffadb8a497531fd1f3f4f3b.tar.bz2
Rename libnitrokey to nitrokey
Currently, the nitrokey crate is renamed to libnitrokey in Cargo.toml as there used to exist a nitrokey module in this crate. As this module does no longer exist and is not likely to return, this patch removes the customized name for the nitrokey crate.
Diffstat (limited to 'nitrocli/Cargo.toml')
-rw-r--r--nitrocli/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/nitrocli/Cargo.toml b/nitrocli/Cargo.toml
index 8d1519a..895043b 100644
--- a/nitrocli/Cargo.toml
+++ b/nitrocli/Cargo.toml
@@ -32,10 +32,9 @@ description = """
A command line tool for interacting with the Nitrokey Storage device.
"""
-[dependencies.libnitrokey]
+[dependencies.nitrokey]
version = "0.2.1"
path = "../nitrokey"
-package = "nitrokey"
[replace]